Skip to content

Commit

Permalink
fix to UDPSocket.h to make Unix compile work again
Browse files Browse the repository at this point in the history
  • Loading branch information
asquared committed Dec 5, 2010
1 parent 3cd1688 commit c4b0e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UDPSocket.h
Expand Up @@ -19,6 +19,7 @@ typedef signed __int32 ssize_t;
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <stdio.h>

#define print_error perror
#endif
Expand Down

0 comments on commit c4b0e7f

Please sign in to comment.