abcmidi (20070318-2) parseabc.c

Summary

 parseabc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- abcmidi-20070318.orig/parseabc.c
+++ abcmidi-20070318/parseabc.c
@@ -59,7 +59,7 @@
 #define strchr index
 #endif
 
-#ifdef ANSILIBS
+#if defined(ANSILIBS) || defined(__STDC__)
 #include <ctype.h>
 #include <stdlib.h>
 #include <string.h>