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
@ -79,6 +79,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <cstdio>
|
||||
#include <csignal>
|
||||
#include <cstring>
|
||||
#include <cstdarg>
|
||||
|
||||
#include <dirent.h>
|
||||
#include <err.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user