aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 02:55:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 02:55:15 +0000
commit1c28f203a96d6c8305a431879ab676676d39d045 (patch)
tree09d2ab0c342d33d9a34b367a0d80f6581a43e27e /include
parentb694c274836ac8b04d644711ac324eac2e9ab83e (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.h1
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>