openalbridge/ssound.c
changeset 2446 cbb3af76bcc0
parent 2445 5033848d3afa
child 2454 c8b1fb10003c
--- a/openalbridge/ssound.c	Wed Oct 14 22:25:28 2009 +0000
+++ b/openalbridge/ssound.c	Wed Oct 14 22:27:51 2009 +0000
@@ -17,13 +17,14 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
 
-#include "openalbridge.h"
+#include "ssound.h"
+#include "loaders.h"
 
 extern ALuint sources[MAX_SOURCES];
 extern const ALfloat NV[3];
 extern const ALfloat LO[6];
 
-char *prog;
+extern char *prog;
 
 /*SSOUND STUFF HERE*/