Browse code

Fix tests on OS X

John Hawthorn authored on 27/01/2017 08:34:07
Showing 1 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 #define _GNU_SOURCE
2
-#include <malloc.h>
2
+#include <stdlib.h>
3 3
 #include <signal.h>
4 4
 #include <stdio.h>
5 5
 #include <string.h>