blob: 31e83902355b6d7e5e208c1cfb84009931837a63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|