summaryrefslogtreecommitdiff
path: root/lang/open-cobol-devel/files/patch-libcob::screenio.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-04-28 23:54:38 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-04-28 23:54:38 +0000
commit678ba8bc8fb54d6bbb608b18d11199322ea6edda (patch)
tree9c7e6b0141f247ee4f1ea97c91bd8dc690adc100 /lang/open-cobol-devel/files/patch-libcob::screenio.c
parentUpdate to version 0.12 (diff)
Update to version 0.20.
PR: 51514 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=79816
Diffstat (limited to 'lang/open-cobol-devel/files/patch-libcob::screenio.c')
-rw-r--r--lang/open-cobol-devel/files/patch-libcob::screenio.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/open-cobol-devel/files/patch-libcob::screenio.c b/lang/open-cobol-devel/files/patch-libcob::screenio.c
new file mode 100644
index 000000000000..31e83902355b
--- /dev/null
+++ b/lang/open-cobol-devel/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>