mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06: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
1
THANKS
1
THANKS
|
|
@ -43,3 +43,4 @@ Klaus Slott
|
||||||
Boris Lytochkin
|
Boris Lytochkin
|
||||||
Jeff Bailey
|
Jeff Bailey
|
||||||
José Bollo
|
José Bollo
|
||||||
|
Sebastián Cramatte
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <error.h>
|
#include <error.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue