aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dtc/checking.cc
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-01-23 08:54:34 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-01-23 08:54:34 +0000
commit009f7b425d0046197035b97e71153908303619c2 (patch)
treeba30f01ee271209b1bbcb2ae95d2eab02c0c22ca /usr.bin/dtc/checking.cc
parent8f197f151cd357cf802bee6ab19fc24ac8d15fcc (diff)
Explicitly include headers that are implicitly included by libstdc++. Fixes
building dtc with libc++.
Notes
Notes: svn path=/head/; revision=245839
Diffstat (limited to 'usr.bin/dtc/checking.cc')
-rw-r--r--usr.bin/dtc/checking.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/dtc/checking.cc b/usr.bin/dtc/checking.cc
index aff375225072..5462a494f888 100644
--- a/usr.bin/dtc/checking.cc
+++ b/usr.bin/dtc/checking.cc
@@ -31,6 +31,7 @@
*/
#include "checking.hh"
+#include <stdio.h>
namespace dtc
{