mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
- Mark BROKEN on 4.X PR: ports/88595 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
24 lines
418 B
C
24 lines
418 B
C
|
|
$FreeBSD$
|
|
|
|
--- sdplib/port_misc.c.orig
|
|
+++ sdplib/port_misc.c
|
|
@@ -47,6 +47,7 @@
|
|
# include <sys/unistd.h>
|
|
#endif
|
|
|
|
+#define HAVE_UNISTD_H
|
|
#if defined (HAVE_UNISTD_H)
|
|
# include <unistd.h>
|
|
#endif
|
|
@@ -54,6 +55,10 @@
|
|
#if defined (HAVE_SYSLOG_H)
|
|
# 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>
|