diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2009-06-12 08:42:45 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2009-06-12 08:42:45 +0200 |
commit | 4452138345a859118938f230cc5311864ed55a66 (patch) | |
tree | 01c36bf1ed557360673323520bcbf4c80197b4da /src/askloc.c | |
parent | 09ed66000a9979bc9e51071151e2ab81f3f17792 (diff) |
Always include stdio.h before ncurses header and types.h
Diffstat (limited to 'src/askloc.c')
-rw-r--r-- | src/askloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/askloc.c b/src/askloc.c index 7f2f945..c2a3aa8 100644 --- a/src/askloc.c +++ b/src/askloc.c @@ -24,6 +24,7 @@ #endif #ifdef HAVE_NCURSES +#include <stdio.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif |