diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-23 18:58:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-23 18:58:35 +0000 |
commit | a974bbd8dd5d248923f9f3c059f3cd85e278e2e7 (patch) | |
tree | 405dbb815829ea6f321f2e694a6a02c283dcc944 /lang/open-cobol-devel/files/patch-libcob::screenio.c | |
parent | Maintainer no longer uses this software. (diff) |
Update to version 0.30
PR: ports/74245
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=122237
Diffstat (limited to 'lang/open-cobol-devel/files/patch-libcob::screenio.c')
-rw-r--r-- | lang/open-cobol-devel/files/patch-libcob::screenio.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/open-cobol-devel/files/patch-libcob::screenio.c b/lang/open-cobol-devel/files/patch-libcob::screenio.c index 31e83902355b..727acf12811c 100644 --- a/lang/open-cobol-devel/files/patch-libcob::screenio.c +++ b/lang/open-cobol-devel/files/patch-libcob::screenio.c @@ -1,10 +1,10 @@ ---- libcob/screenio.c.orig Thu Apr 3 06:02:51 2003 -+++ libcob/screenio.c Tue Apr 29 04:09:44 2003 +--- libcob/screenio.c.orig Fri Mar 12 13:41:58 2004 ++++ libcob/screenio.c Wed Nov 24 02:43:30 2004 @@ -19,6 +19,7 @@ #include "config.h" -+#include <sys/types.h> ++#include <stdio.h> #include <string.h> - #if HAVE_CURSES_H - #include <curses.h> + + #if HAVE_NCURSES_H |