]> Dogcows Code - chaz/openbox/blobdiff - src/BaseDisplay.cc
temporary solution to avoid placing windows over the slit and toolbar, until NETWM...
[chaz/openbox] / src / BaseDisplay.cc
index 41097628049ea8e38e61ee36f6a918ea6d3abbc3..b9143b77abc3a5b7a36672e636fbacad215fa1fa 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.02248 seconds and 4 git commands to generate.