ObjFW  Diff

Differences From Artifact [b1f565231d]:

To Artifact [0372a1b765]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Work around __block being used by glibc */
#ifdef __GLIBC__
# undef __USE_XOPEN
#endif

#include "platform.h"

#ifndef OF_WINDOWS
# include <unistd.h>
#endif

#ifdef OF_HAVE_SCHED_YIELD
# include <sched.h>
#endif








|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Work around __block being used by glibc */
#ifdef __GLIBC__
# undef __USE_XOPEN
#endif

#include "platform.h"

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

#ifdef OF_HAVE_SCHED_YIELD
# include <sched.h>
#endif