diff options
author | Robert Lipe <robertlipe@usa.net> | 1999-03-17 22:03:34 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-17 15:03:34 -0700 |
commit | 7b33bb9944afcaa44056fa3a45fbd3edd4321088 (patch) | |
tree | cff6d5b8ef933031f4863c11aaed68898b16ca94 /gcc/fixinc/regex.c | |
parent | 422d0fb02b54499db4147cd9f65e7fe01ecf36b2 (diff) | |
download | gcc-7b33bb9944afcaa44056fa3a45fbd3edd4321088.zip gcc-7b33bb9944afcaa44056fa3a45fbd3edd4321088.tar.gz gcc-7b33bb9944afcaa44056fa3a45fbd3edd4321088.tar.bz2 |
fixincl.c: Include auto-host.h instead of config.h
* fixinc/fixincl.c: Include auto-host.h instead of config.h
* fixinc/procopen.c: Likewise.
* fixinc/regex.c: Likewise.
* fixinc/server.c: Likewise.
From-SVN: r25832
Diffstat (limited to 'gcc/fixinc/regex.c')
-rw-r--r-- | gcc/fixinc/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/regex.c b/gcc/fixinc/regex.c index 97cbcc1..0b4bba9 100644 --- a/gcc/fixinc/regex.c +++ b/gcc/fixinc/regex.c @@ -46,7 +46,7 @@ #endif #ifdef HAVE_CONFIG_H -#include "config.h" +#include "auto-host.h" #endif /* The `emacs' switch turns on certain matching commands |