mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
27dde9d07b
commit
2a3ef7b2d9
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue