diff options
author | David Chisnall <theraven@FreeBSD.org> | 2013-01-23 08:54:34 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2013-01-23 08:54:34 +0000 |
commit | 009f7b425d0046197035b97e71153908303619c2 (patch) | |
tree | ba30f01ee271209b1bbcb2ae95d2eab02c0c22ca /usr.bin/dtc/checking.cc | |
parent | 8f197f151cd357cf802bee6ab19fc24ac8d15fcc (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.cc | 1 |
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 { |