mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
* 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:
parent
5850f8f3a4
commit
bfe40f9efb
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include "GNUstepBase/GSObjCRuntime.h"
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue