summarylogtreecommitdiffstats
path: root/uio.patch
blob: a892e29b1923e44833af83fb8805d5db118cb3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/ZoneMinder-1.30.4/src/zm_comms.h	2017-05-09 14:54:48.000000000 +0000
+++ src/ZoneMinder-1.30.4/src/zm_comms.fix.h	2017-09-15 20:49:46.992445289 +0000
@@ -21,7 +21,6 @@
 #define ZM_COMMS_H
 
 #include "zm_exception.h"
-
 #include <string.h>
 #include <unistd.h>
 #include <netdb.h>
@@ -31,11 +30,9 @@
 #include <set>
 #include <vector>
 
-#if defined(BSD)
 #include <sys/uio.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-#endif
 
 class CommsException : public Exception
 {