]> Dogcows Code - chaz/openbox/commitdiff
include stdio
authorDana Jansens <danakj@orodu.net>
Sun, 10 Nov 2002 21:11:53 +0000 (21:11 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 10 Nov 2002 21:11:53 +0000 (21:11 +0000)
src/screen.cc

index 37a387151117ae2af77caa4eaf7ea368f8c28df9..845014a9968756b990316ed5a910bda54ed0056f 100644 (file)
@@ -5,6 +5,10 @@
 #endif
 
 extern "C" {
+#ifdef    HAVE_STDIO_H
+#  include <stdio.h>
+#endif // HAVE_STDIO_H
+
 #include "gettext.h"
 #define _(str) gettext(str)
 }
This page took 0.024347 seconds and 4 git commands to generate.