summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screen.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.cc b/src/screen.cc
index 37a38715..845014a9 100644
--- 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)
}