From 997d81e34adb32e05f3269cecbf538d6045fa823 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 9 Feb 2016 13:56:57 +0100 Subject: [PATCH] memcpy is in string.h --- src/attributes/key.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/attributes/key.c b/src/attributes/key.c index 12897d453..ed6386d5f 100644 --- a/src/attributes/key.c +++ b/src/attributes/key.c @@ -25,6 +25,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include +#include #include static void a_writekeys(const attrib *a, const void *o, storage *store) {