need stdlib.h for free(3)

This commit is contained in:
Damien Miller 2021-10-01 13:27:50 +10:00
parent 76a398edfb
commit c978565c85
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <stdarg.h>
#include <string.h>
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
#include "xmalloc.h"