]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks...
[chaz/openbox] / src / main.cc
index 0a0ad5baf84720e96bde1e0f6a5b7bfc8fcd7372..0b2360ab6d5488d91fd818bd9e7ab334050596df 100644 (file)
 #  include <stdio.h>
 #endif // HAVE_STDIO_H
 
-#ifdef    STDC_HEADERS
+#ifdef    HAVE_STDLIB_H
 #  include <stdlib.h>
+#endif // HAVE_STDLIB_H
+
+#ifdef    HAVE_STRING_H
 #  include <string.h>
-#endif // STDC_HEADERS
+#endif // HAVE_STRING_H
 
 #ifdef    HAVE_UNISTD_H
 #include <sys/types.h>
This page took 0.02069 seconds and 4 git commands to generate.