ObjFW  Diff

Differences From Artifact [4e13070b06]:

To Artifact [1641047e8d]:


15
16
17
18
19
20
21


22
23
24
25
26
27
28
 */

#include "config.h"

#include <assert.h>
#include <errno.h>
#include <string.h>



#import "OFUDPSocket.h"
#ifdef OF_HAVE_THREADS
# import "OFThread.h"
#endif
#import "OFRunLoop.h"
#import "OFRunLoop+Private.h"







>
>







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

#include "config.h"

#include <assert.h>
#include <errno.h>
#include <string.h>

#include <fcntl.h>

#import "OFUDPSocket.h"
#ifdef OF_HAVE_THREADS
# import "OFThread.h"
#endif
#import "OFRunLoop.h"
#import "OFRunLoop+Private.h"