ObjFW  Diff

Differences From Artifact [33a8d48723]:

To Artifact [1cb41ddd18]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

#include "config.h"

#include <stdlib.h>	/* Make sure we have any libc include */

#import "platform.h"

#if defined(OF_MORPHOS) && !defined(OF_IXEMUL)
# define BOOL EXEC_BOOL
# include <exec/types.h>
# undef BOOL
#endif

#if defined(HAVE_UNISTD_H)
# ifdef __GLIBC__







|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

#include "config.h"

#include <stdlib.h>	/* Make sure we have any libc include */

#import "platform.h"

#ifdef OF_MORPHOS
# define BOOL EXEC_BOOL
# include <exec/types.h>
# undef BOOL
#endif

#if defined(HAVE_UNISTD_H)
# ifdef __GLIBC__