summaryrefslogtreecommitdiff
path: root/devel/libtecla/files/patch-getline.c
blob: 59b80ec89c7d79cdb863e78c0fbfeca08c67e9e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- getline.c.orig	Wed Feb 13 11:36:13 2002
+++ getline.c	Tue May  6 04:09:17 2003
@@ -45,6 +45,7 @@
  */
 #include <sys/ioctl.h>
 #ifdef HAVE_SELECT
+#include <sys/select.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #endif