ObjFW  Diff

Differences From Artifact [c064e2be95]:

To Artifact [845a3454e0]:


11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#import "config.h"

#import <stdlib.h>
#import <string.h>
#import <ctype.h>

#ifndef _WIN32
#import <sys/mman.h>
#else
#define madvise(addr, len, advise)
#endif

#import "OFString.h"
#import "OFExceptions.h"







|







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#import "config.h"

#import <stdlib.h>
#import <string.h>
#import <ctype.h>

#ifdef HAVE_SYS_MMAN_H
#import <sys/mman.h>
#else
#define madvise(addr, len, advise)
#endif

#import "OFString.h"
#import "OFExceptions.h"