Skip to content

Commit

Permalink
Fixed compiling on OpenBSD 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 15, 2012
1 parent 4096417 commit 7aa8ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDLnetsys.h
Expand Up @@ -59,9 +59,9 @@ typedef int socklen_t;
#ifdef linux /* FIXME: what other platforms have this? */
#include <netinet/tcp.h>
#endif
#include <sys/socket.h>
#include <net/if.h>
#include <netdb.h>
#include <sys/socket.h>
#endif /* WIN32 */

/* FIXME: What platforms need this? */
Expand Down

0 comments on commit 7aa8ffa

Please sign in to comment.