Skip to content
This repository was archived by the owner on Mar 21, 2021. It is now read-only.

Commit d5b2f8a

Browse files
committed
Fixed compiling on OpenBSD 5.0
1 parent 35cbb8f commit d5b2f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDLnetsys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ typedef int socklen_t;
5959
#ifdef linux /* FIXME: what other platforms have this? */
6060
#include <netinet/tcp.h>
6161
#endif
62+
#include <sys/socket.h>
6263
#include <net/if.h>
6364
#include <netdb.h>
64-
#include <sys/socket.h>
6565
#endif /* WIN32 */
6666

6767
/* FIXME: What platforms need this? */

0 commit comments

Comments
 (0)