ObjFW  Diff

Differences From Artifact [83b5606b17]:

To Artifact [bfa2f21764]:


20
21
22
23
24
25
26

27


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

28
29
30
31
32
33
34
35
36







+
-
+
+








/* Work around __block being used by glibc */
#include <stdlib.h>	/* include any libc header to get the libc defines */
#ifdef __GLIBC__
# undef __USE_XOPEN
#endif

#ifdef HAVE_UNISTD_H
#include <unistd.h>
# include <unistd.h>
#endif

#include "platform.h"

#ifdef OF_MACOS
# include <sys/sysctl.h>
#endif