mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
include stdarg.h for va_list
This commit is contained in:
parent
0c40596cc0
commit
263d6a7ece
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#define _GGATE_H_
|
||||
|
||||
#include <sys/endian.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define G_GATE_BUFSIZE_START 65536
|
||||
#define G_GATE_PORT 3080
|
||||
|
|
|
|||
Loading…
Reference in a new issue