diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-13 02:41:48 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-13 02:41:48 +0000 |
| commit | 0810229e75cb81c2648d1e589f701d5aca4304bc (patch) | |
| tree | 69ad1d6eb3d28e8c177abe30c906a9a497d8d0bc /gnu/usr.bin | |
| parent | 1cb7d2af50569fe83f327ebea7d506dc0cbce975 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 4 |
1 files changed, 3 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 b40593cc984cd..175d72a64f453 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ -#include <osreldate.h> +#ifndef __FreeBSD_version +#include <sys/param.h> +#endif /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ |
