* Headers/Additions/GNUstepBase/GSLock.h: Include GSObjCRuntime.h for

GS_EXPORT declaration.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2007-12-20 14:36:15 +00:00
parent 5850f8f3a4
commit bfe40f9efb
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-12-05 David Ayers <ayers@fsfe.org>
* Headers/Additions/GNUstepBase/GSLock.h: Include GSObjCRuntime.h for
GS_EXPORT declaration.
2007-12-19 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: Add checks for thread-safe versions of some standard

View file

@ -34,6 +34,8 @@
#include <Foundation/Foundation.h>
#endif
#include "GNUstepBase/GSObjCRuntime.h"
#if defined(__cplusplus)
extern "C" {
#endif