mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Use proper #include
This commit is contained in:
parent
02826007ca
commit
3b2d61780f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,10 +32,10 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sysexits.h>
|
||||
#include "collate.h"
|
||||
#include "common.h"
|
||||
#include "y.tab.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue