patch-include_libnetfilter_log_linux_nfnetlink_log_h 476 B

12345678910
  1. --- libnetfilter_log-1.0.1.orig/include/libnetfilter_log/linux_nfnetlink_log.h 2008-07-21 01:04:31.000000000 +0200
  2. +++ libnetfilter_log-1.0.1/include/libnetfilter_log/linux_nfnetlink_log.h 2013-08-20 18:45:57.231082144 +0200
  3. @@ -9,6 +9,7 @@
  4. * and not any kind of function definitions. It is shared between kernel and
  5. * userspace. Don't put kernel specific stuff in here */
  6. +#include <sys/types.h>
  7. #include <linux/types.h>
  8. #include <libnfnetlink/linux_nfnetlink.h>