From 2f15b00fd11ce612fa4349f1f37557e0129cc591 Mon Sep 17 00:00:00 2001 From: Danni Moiseyev Date: Mon, 6 Mar 2017 13:44:10 +0200 Subject: [PATCH] util.h: added missing include for string.h --- rmutil/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rmutil/util.h b/rmutil/util.h index 9249a53..57fd2a3 100644 --- a/rmutil/util.h +++ b/rmutil/util.h @@ -3,6 +3,7 @@ #include #include +#include /// make sure the response is not NULL or an error, and if it is sends the error to the client and exit the current function #define RMUTIL_ASSERT_NOERROR(r) \