summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-07-11 18:55:58 +0000
committerkan <kan@FreeBSD.org>2003-07-11 18:55:58 +0000
commit7b5949381aa30cdb48c8a362d34128ed1bfc5eca (patch)
treec8c9a7941f0fe94b07948b408be0e3f9c9730442 /gnu
parent5bb2f17f5dfb3e29a19ecd48adaf2b631295ffb6 (diff)
downloadFreeBSD-src-7b5949381aa30cdb48c8a362d34128ed1bfc5eca.zip
FreeBSD-src-7b5949381aa30cdb48c8a362d34128ed1bfc5eca.tar.gz
Include osreldate.h instead of sys/param.h to get __FreeBSD_version
definition. This fixes buildworld breakage on ia64.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 774f05f..b40593c 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
-#include <sys/param.h>
+#include <osreldate.h>
/* auto-host.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
OpenPOWER on IntegriCloud