diff --git a/ChangeLog b/ChangeLog index 27f5ffec9..4a4c0d1c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-21 Riccardo Mottola + + * Source/ObjectiveC2/runtime.h: + correctly import config.h + 2010-05-21 Richard Frith-Macdonald * Headers/Additions/GNUstepBase/GSMime.h: Expose xml charset method. diff --git a/Source/ObjectiveC2/runtime.h b/Source/ObjectiveC2/runtime.h index 4e9aa9b4b..b49c1a1a1 100644 --- a/Source/ObjectiveC2/runtime.h +++ b/Source/ObjectiveC2/runtime.h @@ -1,3 +1,5 @@ +#include "config.h" + #ifdef HAVE_STDINT_H #include #endif