diff options
-rw-r--r-- | lib/memdebug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c index a92207f64..72fc99557 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -58,6 +58,10 @@ #include <string.h> #include <stdlib.h> +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif + /* DONT include memdebug.h here! */ /* |