summaryrefslogtreecommitdiff
path: root/package/ipcad/patches/patch-headers_h
blob: d8110cd1f4024f30fac7367fc55fda5f8ee86385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ipcad-3.7.3.orig/headers.h	2007-04-22 10:08:45.000000000 +0200
+++ ipcad-3.7.3/headers.h	2010-10-06 22:27:28.000000000 +0200
@@ -28,6 +28,8 @@
 #ifndef	__HEADERS_H__
 #define	__HEADERS_H__
 
+#include <signal.h>
+
 #ifndef	__need_sig_atomic_t
 #define	__need_sig_atomic_t	1
 #endif
@@ -143,7 +145,6 @@
 #endif
 
 #include <poll.h>
-#include <signal.h>
 #include <fnmatch.h>
 
 #include <assert.h>