summaryrefslogtreecommitdiff
path: root/debian/patches/03_include-stdint.patch
blob: e913049acfd033f4792ac6b2a4a5f44869b43fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>