aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fileschanged/files/patch-monitor.c
blob: fc33c2a7995c0cd15b5dbeebf46902be0271e061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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>