Include config.h in gdomap.c

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22597 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-03-05 12:03:17 +00:00
parent dcb652c7b5
commit df6120a362
2 changed files with 2 additions and 5 deletions

View file

@ -3,6 +3,7 @@
* Source/NSRunLoop.m: Optimise timer handling a little and fix very
minor bug which would cause runloop to run an extra time on some
occasions.
* Tools/gdomap.c: Include config.h
2006-03-04 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -23,12 +23,8 @@
*/
/* Ported to mingw 07/12/00 by Björn Giesler <Bjoern.Giesler@gmx.de> */
#ifdef __MINGW32__
#ifndef __MINGW32__
#define __MINGW32__
#endif
#endif
#include "../Source/config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>