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:
Richard Frith-MacDonald 2008-10-18 18:11:42 +00:00
parent dfe8525d84
commit d433fcfa54

View file

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