Commit 4dcbda16 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing include

parent ce9b3ea8
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <string.h> /* strlen(), memcpy(), memset(), strchr() */ #include <string.h> /* strlen(), memcpy(), memset(), strchr() */
#include <stdlib.h> /* malloc(), free(), strtoul() */ #include <stdlib.h> /* malloc(), free(), strtoul() */
#include <errno.h> #include <errno.h>
#include <assert.h>
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment