summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/03_include-stdint.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/03_include-stdint.patch b/debian/patches/03_include-stdint.patch
deleted file mode 100644
index e913049ac..000000000
--- a/debian/patches/03_include-stdint.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c b/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
-index 4704d41..4f4a1bc 100644
---- a/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
-+++ b/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
-@@ -33,6 +33,7 @@
- #endif
-
- #ifdef HAVE_NETIPSEC_IPSEC_H
-+#include <stdint.h>
- #include <netipsec/ipsec.h>
- #elif defined(HAVE_NETINET6_IPSEC_H)
- #include <netinet6/ipsec.h>