Skip to content

Commit

Permalink
Add string.h for posix strerror
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Jul 18, 2010
1 parent 60b6472 commit 383c0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/project.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ See the file COPYING for complete licensing information.
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <pwd.h>
#include <string.h>
typedef int SOCKET;
#define closesocket close
#define INVALID_SOCKET -1
Expand Down

0 comments on commit 383c0a1

Please sign in to comment.