fix warning about includes

pvalchev@
This commit is contained in:
david 2003-04-28 14:15:20 +00:00
parent 32c17f42d2
commit eafa7ea0f5

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_mselect_c,v 1.1 2003/04/28 14:15:20 david Exp $
--- src/mselect.c.orig Sat Feb 8 02:30:47 2003
+++ src/mselect.c Mon Apr 28 02:06:28 2003
@@ -28,7 +28,7 @@ Changes :
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
-#if HAVE_NETINET_H
+#if HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#if HAVE_SYS_STAT_H