ObjFW  Diff

Differences From Artifact [57b3b6c720]:

To Artifact [c5ef32205f]:


22
23
24
25
26
27
28

29

30

31

32
33
34
35
36
37
38
/* Work around __block being used by glibc */
#ifdef __GLIBC__
# undef __USE_XOPEN
#endif

#include "platform.h"


#ifndef OF_WINDOWS

# include <unistd.h>

# include <signal.h>

# include <sys/wait.h>
#endif

#ifdef HAVE_SPAWN_H
# include <spawn.h>
#endif








>
|
>

>
|
>







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

#include "platform.h"

#include <signal.h>

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

#ifndef OF_WINDOWS
# include <sys/wait.h>
#endif

#ifdef HAVE_SPAWN_H
# include <spawn.h>
#endif