summaryrefslogtreecommitdiff
path: root/mac.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-23 22:11:50 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-07-23 22:11:50 +1000
commit2ea60312e1c08dea88982fec68244f89a40912ff (patch)
tree75b84f6c6aa2e1a419a6a95367358b43495cd634 /mac.c
parent11cba2a4523fda447e2554ea457484655bedc831 (diff)
Include stdlib.h for free() and calloc().
Diffstat (limited to 'mac.c')
-rw-r--r--mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mac.c b/mac.c
index 9a504e892..eab453a41 100644
--- a/mac.c
+++ b/mac.c
@@ -27,6 +27,7 @@
27 27
28#include <sys/types.h> 28#include <sys/types.h>
29 29
30#include <stdlib.h>
30#include <string.h> 31#include <string.h>
31#include <stdio.h> 32#include <stdio.h>
32 33