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 /krl.c | |
parent | 11cba2a4523fda447e2554ea457484655bedc831 (diff) |
Include stdlib.h for free() and calloc().
Diffstat (limited to 'krl.c')
-rw-r--r-- | krl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <errno.h> #include <fcntl.h> #include <limits.h> +#include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> |