blob: 2d17507b1748e52e08ead265a95b6e67b9bc5af9 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 33a53dc13fd924949a582109b45fedd8d0bed59b Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 27 Jun 2017 07:42:11 -0700
4Subject: [PATCH] memory.h: Include stdint.h for uintptr_t
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008---
9 src/libstrongswan/utils/utils/memory.h | 2 ++
10 1 file changed, 2 insertions(+)
11
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012--- a/src/libstrongswan/utils/utils/memory.h
13+++ b/src/libstrongswan/utils/utils/memory.h
Brad Bishopc1d34332019-09-09 14:56:00 -040014@@ -26,6 +26,8 @@
15 #include <string.h>
16 #endif
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017
18+#include <stdint.h>
19+
20 /**
21 * Helper function that compares two binary blobs for equality
22 */