correctly import config.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30443 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-05-21 21:34:32 +00:00
parent 27dde9d07b
commit 2a3ef7b2d9
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-05-21 Riccardo Mottola <rmottola@users.sf.net>
* Source/ObjectiveC2/runtime.h:
correctly import config.h
2010-05-21 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Additions/GNUstepBase/GSMime.h: Expose xml charset method.

View file

@ -1,3 +1,5 @@
#include "config.h"
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif