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:
Alan Somers 2013-07-02 14:48:39 +00:00
parent d32438c3f1
commit 967ecf4aed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252508

View File

@ -79,6 +79,7 @@ __FBSDID("$FreeBSD$");
#include <cstdio>
#include <csignal>
#include <cstring>
#include <cstdarg>
#include <dirent.h>
#include <err.h>