[Scummvm-cvs-logs] CVS: scummvm/backends/midi alsa.cpp,1.6,1.7

Jonathan Gray khalek at users.sourceforge.net
Sun May 18 06:40:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1:/tmp/cvs-serv21935

Modified Files:
	alsa.cpp 
Log Message:
HAVE_CONFIG_H

Index: alsa.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/alsa.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- alsa.cpp	6 Mar 2003 21:45:02 -0000	1.6
+++ alsa.cpp	18 May 2003 13:39:02 -0000	1.7
@@ -19,6 +19,10 @@
  * $Header$
  */
 
+#if defined(HAVE_CONFIG_H)
+#include "config.h"
+#endif
+
 #if defined(UNIX) && defined(USE_ALSA)
 
 #include "sound/mpu401.h"





More information about the Scummvm-git-logs mailing list