diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-16 02:55:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-16 02:55:15 +0000 |
commit | 1c28f203a96d6c8305a431879ab676676d39d045 (patch) | |
tree | 09d2ab0c342d33d9a34b367a0d80f6581a43e27e /include | |
parent | b694c274836ac8b04d644711ac324eac2e9ab83e (diff) |
added a couple tweaks to build with the standard dev layout, and on Mac OS X
svn path=/trunk/externals/pdp/; revision=4233
Diffstat (limited to 'include')
-rw-r--r-- | include/pdp_net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pdp_net.h b/include/pdp_net.h index ddc3f7f..9e638c4 100644 --- a/include/pdp_net.h +++ b/include/pdp_net.h @@ -39,6 +39,7 @@ */ +#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> |