ObjFW  Diff

Differences From Artifact [a53df0ced7]:

To Artifact [553fc37056]:


21
22
23
24
25
26
27

28

29
30
31
32
33
34
35
#include <assert.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


#include <fcntl.h>


#include "platform.h"

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








>
|
>







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#include <assert.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif

#include "platform.h"

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