diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 21:11:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 21:11:53 +0000 |
| commit | c220fbc95308dfe5dd014c333afe86b65d0ded05 (patch) | |
| tree | 9f5be39ed6033df9138039823ec92255b5476c05 /src | |
| parent | 18378aaba1a552c0d4b9386f60f900c658914754 (diff) | |
include stdio
Diffstat (limited to 'src')
| -rw-r--r-- | src/screen.cc | 4 |
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) } |
