]> Dogcows Code - chaz/openbox/commitdiff
add stdio.h
authorDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 02:26:20 +0000 (02:26 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 02:26:20 +0000 (02:26 +0000)
otk/util.cc

index 167032474b3349dd3ced79d63dcba68318f69475..a2b784e7b5a01427ed1bc2b8d32ed48ad0f83207 100644 (file)
@@ -7,6 +7,10 @@
 extern "C" {
 #include <X11/Xatom.h>
 
+#ifdef HAVE_STDIO_H
+#include <stdio.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
This page took 0.022436 seconds and 4 git commands to generate.