summaryrefslogtreecommitdiff
path: root/lang/opencobol/patches/patch-ab
blob: 6848300b9b66c291c338dba3e107adc9e89db037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1.1.1 2004/06/29 02:57:37 xtraeme Exp $

--- 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>