python3: update to 3.11.10
[openadk.git] / package / ipcad / patches / patch-headers_h
blobd8110cd1f4024f30fac7367fc55fda5f8ee86385
1 --- ipcad-3.7.3.orig/headers.h  2007-04-22 10:08:45.000000000 +0200
2 +++ ipcad-3.7.3/headers.h       2010-10-06 22:27:28.000000000 +0200
3 @@ -28,6 +28,8 @@
4  #ifndef        __HEADERS_H__
5  #define        __HEADERS_H__
6  
7 +#include <signal.h>
9  #ifndef        __need_sig_atomic_t
10  #define        __need_sig_atomic_t     1
11  #endif
12 @@ -143,7 +145,6 @@
13  #endif
15  #include <poll.h>
16 -#include <signal.h>
17  #include <fnmatch.h>
19  #include <assert.h>