diff options
author | Christophe Grenier <[email protected]> | 2009-01-14 22:13:47 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2009-01-14 22:13:47 +0100 |
commit | 1650fe5b8b6cea638c280df13605aea816718a00 (patch) | |
tree | fed11bd9361236aba47157d859607c109db05814 /src/bsd.c | |
parent | 56e1c29b2c0614b0b3230946d72e1eaf37618bcc (diff) |
Split ncurses text interface from functions
Diffstat (limited to 'src/bsd.c')
-rw-r--r-- | src/bsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include <stdlib.h> #endif +#include <stdio.h> #include "types.h" #include "common.h" #include "bsd.h" |