forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
295 B
C
12 lines
295 B
C
--- src/monitor.c.orig Mon Feb 23 02:17:30 2004
|
|
+++ src/monitor.c Wed May 19 18:30:54 2004
|
|
@@ -2,7 +2,9 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
+#if !defined(__FreeBSD__)
|
|
#include <sys/select.h>
|
|
+#endif
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <time.h>
|