You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
582 B

  1. From 7529487f70e244cd31ef84b037b1c32749c134a7 Mon Sep 17 00:00:00 2001
  2. From: Eric Leblond <eric@regit.org>
  3. Date: Sun, 4 Nov 2012 09:29:44 +0100
  4. Subject: [PATCH 4/6] Add include needed for integer type definition.
  5. ---
  6. include/libnetfilter_log/libnetfilter_log.h | 1 +
  7. 1 file changed, 1 insertion(+)
  8. --- a/include/libnetfilter_log/libnetfilter_log.h
  9. +++ b/include/libnetfilter_log/libnetfilter_log.h
  10. @@ -9,6 +9,7 @@
  11. #ifndef __LIBNETFILTER_LOG_H
  12. #define __LIBNETFILTER_LOG_H
  13. +#include <sys/types.h>
  14. #include <libnetfilter_log/linux_nfnetlink_log.h>
  15. struct nflog_handle;