summaryrefslogtreecommitdiff
path: root/test/fzytest.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-01-27 00:34:07 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-01-27 00:34:07 -0800
commit2771d76b5880326a76fe54510f52152f921ec246 (patch)
tree222f5439d8aac54544493b48962f3ad5833f5a3c /test/fzytest.c
parent1d671409bfed975997ce57d3be1b8cdeeebc65f0 (diff)
Fix tests on OS X
Diffstat (limited to 'test/fzytest.c')
-rw-r--r--test/fzytest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fzytest.c b/test/fzytest.c
index 7c9d1cd..d79ef69 100644
--- a/test/fzytest.c
+++ b/test/fzytest.c
@@ -1,5 +1,5 @@
#define _GNU_SOURCE
-#include <malloc.h>
+#include <stdlib.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>