aboutsummaryrefslogtreecommitdiff
path: root/lang/open-cobol-devel/files/patch-libcob::screenio.c
blob: 727acf12811cd71034186852258150a0a58b5155 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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 <stdio.h>
 #include <string.h>
 
 #if HAVE_NCURSES_H