diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-17 22:03:34 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-17 22:03:34 +0000 |
commit | 5a63dd7ff2bbebb9bbab2e29743a8817b57d9f25 (patch) | |
tree | cff6d5b8ef933031f4863c11aaed68898b16ca94 /gcc/fixinc/server.c | |
parent | 5ab64e3f7fac85798b094cf5728b646d22ca6d46 (diff) | |
download | gcc-5a63dd7ff2bbebb9bbab2e29743a8817b57d9f25.tar.gz |
* fixinc/fixincl.c: Include auto-host.h instead of config.h
* fixinc/procopen.c: Likewise.
* fixinc/regex.c: Likewise.
* fixinc/server.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/server.c')
-rw-r--r-- | gcc/fixinc/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/server.c b/gcc/fixinc/server.c index a80be74f700..2a195a61eb4 100644 --- a/gcc/fixinc/server.c +++ b/gcc/fixinc/server.c @@ -45,7 +45,7 @@ * choice whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ -#include "config.h" +#include "auto-host.h" #include <sys/types.h> #ifdef HAVE_FCNTL_H |