mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add missing #include.
Note to myself: don't write patches while watching a movie.
This commit is contained in:
parent
d2ea3bed52
commit
d13b008d74
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <limits.h>
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue