From 0265057a6702174a7379585f6992de30483f6279 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 12 Sep 2017 11:44:12 -0400 Subject: [PATCH] added strongswan-5.6.0-uintptr_t.patch --- strongswan-5.6.0-uintptr_t.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 strongswan-5.6.0-uintptr_t.patch diff --git a/strongswan-5.6.0-uintptr_t.patch b/strongswan-5.6.0-uintptr_t.patch new file mode 100644 index 0000000..dbf90aa --- /dev/null +++ b/strongswan-5.6.0-uintptr_t.patch @@ -0,0 +1,12 @@ +diff -Naur strongswan-5.6.0-orig/src/libstrongswan/utils/utils/memory.h strongswan-5.6.0/src/libstrongswan/utils/utils/memory.h +--- strongswan-5.6.0-orig/src/libstrongswan/utils/utils/memory.h 2017-08-14 02:48:41.000000000 -0400 ++++ strongswan-5.6.0/src/libstrongswan/utils/utils/memory.h 2017-09-12 01:15:29.690527667 -0400 +@@ -14,6 +14,8 @@ + * for more details. + */ + ++#include /* for uintptr_t */ ++ + /** + * @defgroup memory_i memory + * @{ @ingroup utils_i