]> Dogcows Code - chaz/openbox/blobdiff - src/Toolbar.cc
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks...
[chaz/openbox] / src / Toolbar.cc
index 10a31d7047b2e7c56e831b5e712ae3b7bbd37ef3..3d3f867fef696a39b382369a21408c771f417417 100644 (file)
@@ -44,9 +44,9 @@
 #include <X11/Xutil.h>
 #include <X11/keysym.h>
 
-#ifdef    STDC_HEADERS
+#ifdef    HAVE_STRING_H
 #  include <string.h>
-#endif // STDC_HEADERS
+#endif // HAVE_STRING_H
 
 #ifdef    HAVE_STDIO_H
 #  include <stdio.h>
This page took 0.020575 seconds and 4 git commands to generate.