commit d533ad512a70009ba17a4a0579d9919b270ccf0a
parent 19591dfcbee887949b7ac422e63d016f1488e696
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 1 May 2019 14:23:49 +0300
mhd_str: include proper and simpler header
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
@@ -29,7 +29,7 @@
#include "mhd_options.h"
#include <stdint.h>
-#include <stdlib.h>
+#include <stddef.h>
#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#endif /* HAVE_STDBOOL_H */