Include GSConfig.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26930 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-10-18 18:11:42 +00:00
parent 04c08a9a96
commit e47f59147e

View file

@ -25,12 +25,10 @@
/* Ported to mingw 07/12/00 by Björn Giesler <Bjoern.Giesler@gmx.de> */ /* Ported to mingw 07/12/00 by Björn Giesler <Bjoern.Giesler@gmx.de> */
#include "config.h" #include "config.h"
#include "GNUstepBase/GSConfig.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <unistd.h> /* for gethostname() */ #include <unistd.h> /* for gethostname() */
#ifndef __MINGW32__ #ifndef __MINGW32__
#include <sys/param.h> /* for MAXHOSTNAMELEN */ #include <sys/param.h> /* for MAXHOSTNAMELEN */