diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-28 23:54:38 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-28 23:54:38 +0000 |
commit | 7b4bfaf56b8311a6ae144334b7a092bad9c6990a (patch) | |
tree | d50ae3dda630fa69fe15e91732f35eaf6807a9c0 /lang/open-cobol-devel/files | |
parent | 225bc7b56269a2bae37a00280e39bbf28eab86b1 (diff) | |
download | FreeBSD-ports-7b4bfaf56b8311a6ae144334b7a092bad9c6990a.zip FreeBSD-ports-7b4bfaf56b8311a6ae144334b7a092bad9c6990a.tar.gz |
Update to version 0.20.
PR: 51514
Submitted by: Ports Fury
Diffstat (limited to 'lang/open-cobol-devel/files')
-rw-r--r-- | lang/open-cobol-devel/files/patch-libcob::screenio.c | 10 |
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 0000000..31e8390 --- /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> |