projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18378aa
)
include stdio
author
Dana Jansens
<danakj@orodu.net>
Sun, 10 Nov 2002 21:11:53 +0000
(21:11 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 10 Nov 2002 21:11:53 +0000
(21:11 +0000)
src/screen.cc
patch
|
blob
|
history
diff --git
a/src/screen.cc
b/src/screen.cc
index 37a387151117ae2af77caa4eaf7ea368f8c28df9..845014a9968756b990316ed5a910bda54ed0056f 100644
(file)
--- a/
src/screen.cc
+++ b/
src/screen.cc
@@
-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)
}