fix malloc-brk-fail (missing include)
authorSzabolcs Nagy <nsz@port70.net>
Mon, 31 Mar 2014 12:34:09 +0000 (14:34 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 31 Mar 2014 12:34:09 +0000 (14:34 +0200)
src/regression/malloc-brk-fail.c

index 13908d8..c89cee0 100644 (file)
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>
+#include <sys/mman.h>
 #include <sys/resource.h>
 #include "test.h"