]> Dogcows Code - chaz/openbox/blobdiff - src/Window.cc
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks...
[chaz/openbox] / src / Window.cc
index 031b396e867a34088810b8361f51942d4e5d7199..458104cb92c605c2efb2e318319a5885c999729b 100644 (file)
@@ -33,9 +33,9 @@
 #include <X11/Xatom.h>
 #include <X11/keysym.h>
 
-#ifdef    STDC_HEADERS
+#ifdef    HAVE_STRING_H
 #  include <string.h>
-#endif // STDC_HEADERS
+#endif // HAVE_STRING_H
 
 #ifdef    DEBUG
 #  ifdef    HAVE_STDIO_H
This page took 0.021064 seconds and 4 git commands to generate.