diff options
Diffstat (limited to 'lang/open-cobol/files/patch-libcob::screenio.c')
-rw-r--r-- | lang/open-cobol/files/patch-libcob::screenio.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/open-cobol/files/patch-libcob::screenio.c b/lang/open-cobol/files/patch-libcob::screenio.c new file mode 100644 index 0000000..31e8390 --- /dev/null +++ b/lang/open-cobol/files/patch-libcob::screenio.c @@ -0,0 +1,10 @@ +--- libcob/screenio.c.orig Thu Apr 3 06:02:51 2003 ++++ libcob/screenio.c Tue Apr 29 04:09:44 2003 +@@ -19,6 +19,7 @@ + + #include "config.h" + ++#include <sys/types.h> + #include <string.h> + #if HAVE_CURSES_H + #include <curses.h> |