ObjFW  Check-in [ad9813cef0]

Overview
Comment:OFThread: Fix missing include

This was only a problem with --disable-sockets, as sockets pull in
OFString.h via OFRunLoop.h.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.8
Files: files | file ages | folders
SHA3-256: ad9813cef0b9995f559bda5b1c8965e25ea904cc520f8f0743ffaf2a143c7beb
User & Date: js on 2016-04-18 17:22:18
Other Links: branch diff | manifest | tags
Context
2016-04-18
17:22
OFRunLoop: Small clean up check-in: 7d387ea44c user: js tags: 0.8
17:22
OFThread: Fix missing include check-in: ad9813cef0 user: js tags: 0.8
17:21
Improve of_condition_wait error handling on Win32 check-in: 0e4c54215b user: js tags: 0.8
Changes

Modified src/OFThread.m from [9d8e398251] to [f54c089de2].

44
45
46
47
48
49
50

51
52
53
54
55
56
57
# undef BOOL
# undef nanosleep
#endif

#import "OFThread.h"
#import "OFThread+Private.h"
#import "OFRunLoop.h"

#import "OFList.h"
#import "OFDate.h"
#import "OFDictionary.h"
#import "OFAutoreleasePool.h"
#import "OFAutoreleasePool+Private.h"

#ifdef _WIN32







>







44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# undef BOOL
# undef nanosleep
#endif

#import "OFThread.h"
#import "OFThread+Private.h"
#import "OFRunLoop.h"
#import "OFString.h"
#import "OFList.h"
#import "OFDate.h"
#import "OFDictionary.h"
#import "OFAutoreleasePool.h"
#import "OFAutoreleasePool+Private.h"

#ifdef _WIN32