patch-headers_h 401 B

12345678910111213141516171819
  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. +#include <signal.h>
  7. +
  8. #ifndef __need_sig_atomic_t
  9. #define __need_sig_atomic_t 1
  10. #endif
  11. @@ -143,7 +145,6 @@
  12. #endif
  13. #include <poll.h>
  14. -#include <signal.h>
  15. #include <fnmatch.h>
  16. #include <assert.h>