mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
dcb652c7b5
commit
df6120a362
2 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue