mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
output: include stdlib.h to avoid compilation error
The stdlib.h has EXIT_FAILURE and free(3). Reported-by: Sebastián Cramatte <scramatte@nixus.es> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
e4baff79bd
commit
54cedc1001
2 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <error.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue