regular status reporting disabled back again
[gnokii.git] / common / files / midifile.c
index 9e55249..a717fee 100644 (file)
@@ -2,6 +2,8 @@
 
 /* embedding modified midifile.h and midifile.c into this file */
 
+#include "config.h"
+
 /***** midifile.h ******/
 
 struct MF {
@@ -167,14 +169,14 @@ void midifile(struct MF * mf);
 #include <string.h>
 #include <fcntl.h>
 
-#ifdef WIN32\r
-\r
-  #include <windows.h>\r
-\r
-#else\r
-\r
-  #include <unistd.h>\r
-#endif\r
+#ifdef WIN32
+
+  #include <windows.h>
+
+#else
+
+  #include <unistd.h>
+#endif
 
 #include "gsm-common.h"
 #include "gsm-ringtones.h"