mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Explicitly include <cstdarg> to fix compilation with libc++. It is implicitly
included by libstdc++. Reported By: Oliver Hartmann Approved by: gibbs (co-mentor, implicit)
This commit is contained in:
parent
d32438c3f1
commit
967ecf4aed
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <cstdio>
|
||||
#include <csignal>
|
||||
#include <cstring>
|
||||
#include <cstdarg>
|
||||
|
||||
#include <dirent.h>
|
||||
#include <err.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue