mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add an include on sys/types.h because we do explicitly use size_t
remove unused stdbool.h Suggested by: schwarze at OpenBSD
This commit is contained in:
parent
46cc634986
commit
b704d1f289
1 changed files with 2 additions and 1 deletions
|
|
@ -27,10 +27,11 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#define _WITH_GETLINE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue