]> git.ipfire.org Git - ipfire-3.x.git/blob - strongswan/patches/compile-fix-glibc-2.26.patch
strongswan: Update to 5.6.0
[ipfire-3.x.git] / strongswan / patches / compile-fix-glibc-2.26.patch
1 --- a/src/libstrongswan/utils/utils/memory.h~ 2017-08-23 19:27:47.033658351 +0000
2 +++ b/src/libstrongswan/utils/utils/memory.h 2017-08-23 19:28:09.468390261 +0000
3 @@ -22,6 +22,8 @@
4 #ifndef MEMORY_H_
5 #define MEMORY_H_
6
7 +#include <stdint.h>
8 +
9 /**
10 * Helper function that compares two binary blobs for equality
11 */