Include tconfig.h, not config.h.
authorRichard Stallman <rms@gnu.org>
Wed, 28 Oct 1992 21:52:01 +0000 (21:52 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 28 Oct 1992 21:52:01 +0000 (21:52 +0000)
Include gstdarg.h.

From-SVN: r2640

gcc/objc/hash.c

index 427548aac475d457893e1973fe71ba8dec68120d..93d4c685c803b576fc9287fe6a464f2d3e5434db 100644 (file)
@@ -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"