diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2005-09-16 21:24:10 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2005-09-16 21:24:10 +0000 |
| commit | 4ece38b4ecfb871c3949daecaedaa5fc294e6b89 (patch) | |
| tree | 539bc13c6a2aa6e06db74eaf76c940169f5d957a /gnu/lib/libstdc++ | |
| parent | 046b7565e63c5f59914057552dfe557ceac24025 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index 1c183b762c96..1067c06622ba 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -1,4 +1,7 @@ /* $FreeBSD$ */ +#ifndef __ISO_C_VISIBLE +#include <sys/cdefs.h> +#endif /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ |
