fix build on -current

PR:		51924
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2003-05-12 08:36:55 +00:00
parent d5b41b948b
commit e78b6dc849
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80807

View File

@ -0,0 +1,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