mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
build-sys: C99 has true and false
It is pointless to define true and false when standard headers can do that. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
6b47d9ffaf
commit
5ea17c9754
4 changed files with 3 additions and 2 deletions
|
|
@ -52,6 +52,7 @@ extern char *malloc();
|
|||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue