diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-07-23 22:11:50 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-07-23 22:11:50 +1000 |
commit | 2ea60312e1c08dea88982fec68244f89a40912ff (patch) | |
tree | 75b84f6c6aa2e1a419a6a95367358b43495cd634 /mac.c | |
parent | 11cba2a4523fda447e2554ea457484655bedc831 (diff) |
Include stdlib.h for free() and calloc().
Diffstat (limited to 'mac.c')
-rw-r--r-- | mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||