0004-Add-include-needed-for-integer-type-definition.patch 729 B

123456789101112131415161718192021222324
  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. diff --git a/include/libnetfilter_log/libnetfilter_log.h b/include/libnetfilter_log/libnetfilter_log.h
  9. index 6b0d3b0..a1331de 100644
  10. --- a/include/libnetfilter_log/libnetfilter_log.h
  11. +++ b/include/libnetfilter_log/libnetfilter_log.h
  12. @@ -9,6 +9,7 @@
  13. #ifndef __LIBNETFILTER_LOG_H
  14. #define __LIBNETFILTER_LOG_H
  15. +#include <sys/types.h>
  16. #include <libnetfilter_log/linux_nfnetlink_log.h>
  17. struct nflog_handle;
  18. --
  19. 1.7.10.4