mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing include files I forgot about in previous commit.
This commit is contained in:
parent
6431ecd0a1
commit
92b0ec0832
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ static char *rcsid = "$FreeBSD$";
|
|||
#include <sys/types.h>
|
||||
#include <err.h>
|
||||
#include <paths.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue