mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing include of stdio.h.
MFC after: 3 days Sponsored by: Juniper Networks, Inc.
This commit is contained in:
parent
e8c546028b
commit
57431792c8
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ $FreeBSD$
|
|||
#include <poll.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue