freebsd-ports/net/mad_fcl/files/patch-sdplib_port__misc.c
Kirill Ponomarev 6d70580030 Update to version 1.0
PR:		ports/68320
Submitted by:	maintainer
2004-06-25 13:29:57 +00:00

23 lines
444 B
C

$FreeBSD$
--- sdplib/port_misc.c.orig Fri Jun 25 13:29:37 2004
+++ sdplib/port_misc.c Fri Jun 25 13:31:13 2004
@@ -47,6 +47,7 @@
# include <sys/unistd.h>
#endif
+#define HAVE_UNISTD_H
#if defined (HAVE_UNISTD_H)
# include <unistd.h>
#endif
@@ -55,6 +56,9 @@
# include <syslog.h>
#endif
+#include <sys/types.h>
+#include <sys/time.h>
+#define HAVE_SYS_SELECT_H
#if defined (HAVE_SYS_SELECT_H)
# include <sys/select.h>
#endif