diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-28 21:52:01 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-28 21:52:01 +0000 |
commit | 012473fbc42a74d527b84d8c5ca38e776262661e (patch) | |
tree | 193f0678ec87b952b2d0351dc01ac079dc15c197 /gcc | |
parent | b0e919dea6cdbb3bad7b7fa331197a255094857c (diff) | |
download | gcc-012473fbc42a74d527b84d8c5ca38e776262661e.zip gcc-012473fbc42a74d527b84d8c5ca38e776262661e.tar.gz gcc-012473fbc42a74d527b84d8c5ca38e776262661e.tar.bz2 |
Include tconfig.h, not config.h.
Include gstdarg.h.
From-SVN: r2640
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/hash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/objc/hash.c b/gcc/objc/hash.c index 427548a..93d4c68 100644 --- a/gcc/objc/hash.c +++ b/gcc/objc/hash.c @@ -23,8 +23,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include "config.h" +#include "tconfig.h" #include "gstddef.h" +#include "gstdarg.h" #include "assert.h" #include "hash.h" |