]> Dogcows Code - chaz/openbox/blobdiff - src/i18n.cc
make a new autoRaiseDelay value take effect without having to restart
[chaz/openbox] / src / i18n.cc
index 18b7720950c4c696d408be2f85de238272e56d9f..5fddea5777fbb6ef7c5a9537b2d780af6b2dbd12 100644 (file)
 
 #include <X11/Xlocale.h>
 
-#ifdef    STDC_HEADERS
+#ifdef    HAVE_STDLIB_H
 #  include <stdlib.h>
+#endif // HAVE_STDLIB_H
+
+#ifdef    HAVE_STRING_H
 #  include <string.h>
+#endif // HAVE_STRING_H
+
+#ifdef    HAVE_STDIO_H
 #  include <stdio.h>
-#endif // STDC_HEADERS
+#endif // HAVE_STDIO_H
 
 #ifdef    HAVE_LOCALE_H
 #  include <locale.h>
This page took 0.021489 seconds and 4 git commands to generate.