summaryrefslogtreecommitdiffstats
path: root/sbin/devd
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2013-07-02 14:48:39 +0000
committerasomers <asomers@FreeBSD.org>2013-07-02 14:48:39 +0000
commit9906aefa83b151c15370d858dc46d32cdd26ddf2 (patch)
treeed6bfe9015f32e3c928a937a3f1b1ec7e42c1ad1 /sbin/devd
parent6529e87c61a9c60000112cf67afaf6544205f2d7 (diff)
downloadFreeBSD-src-9906aefa83b151c15370d858dc46d32cdd26ddf2.zip
FreeBSD-src-9906aefa83b151c15370d858dc46d32cdd26ddf2.tar.gz
Explicitly include <cstdarg> to fix compilation with libc++. It is implicitly
included by libstdc++. Reported By: Oliver Hartmann Approved by: gibbs (co-mentor, implicit)
Diffstat (limited to 'sbin/devd')
-rw-r--r--sbin/devd/devd.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc
index 1bd9afe..0f11a83 100644
--- a/sbin/devd/devd.cc
+++ b/sbin/devd/devd.cc
@@ -79,6 +79,7 @@ __FBSDID("$FreeBSD$");
#include <cstdio>
#include <csignal>
#include <cstring>
+#include <cstdarg>
#include <dirent.h>
#include <err.h>
OpenPOWER on IntegriCloud