]> Dogcows Code - chaz/openbox/blobdiff - src/Rootmenu.cc
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks...
[chaz/openbox] / src / Rootmenu.cc
index b8c8f2dd924fec056bb43eb4ac55f29769efc8e6..59bfb1cfac89b505098b0b4c0deb8e01ee13820a 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_SYS_PARAM_H
 #  include <sys/param.h>
This page took 0.022365 seconds and 4 git commands to generate.