ObjFW  Diff

Differences From Artifact [8e0e4b6a5f]:

To Artifact [a02af7999a]:


19
20
21
22
23
24
25



26
27
28
29
30
31
32

#include <errno.h>
#include <limits.h>
#include "unistd_wrapper.h"

#include "platform.h"




#ifdef OF_PSP
# include <sys/syslimits.h>
#endif

#import "OFArray.h"
#import "OFDate.h"
#import "OFDictionary.h"







>
>
>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

#include <errno.h>
#include <limits.h>
#include "unistd_wrapper.h"

#include "platform.h"

#ifdef OF_DJGPP
# include <syslimits.h>
#endif
#ifdef OF_PSP
# include <sys/syslimits.h>
#endif

#import "OFArray.h"
#import "OFDate.h"
#import "OFDictionary.h"