diff options
Diffstat (limited to 'gnu/usr.bin/cc/libcpp/config.h')
-rw-r--r-- | gnu/usr.bin/cc/libcpp/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/libcpp/config.h b/gnu/usr.bin/cc/libcpp/config.h index 202a633d718..f640da59b36 100644 --- a/gnu/usr.bin/cc/libcpp/config.h +++ b/gnu/usr.bin/cc/libcpp/config.h @@ -1,6 +1,6 @@ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ -/* $OpenBSD: config.h,v 1.1 2009/10/15 20:50:20 robert Exp $ */ +/* $OpenBSD: config.h,v 1.2 2009/11/02 09:50:39 jsg Exp $ */ /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. @@ -282,3 +282,5 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ /* #undef size_t */ + +#include <size-host.h> |