Update of /cvsroot/pure-data/externals/pdp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23887/include
Modified Files: pdp_net.h Log Message: added a couple tweaks to build with the standard dev layout, and on Mac OS X
Index: pdp_net.h =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/include/pdp_net.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pdp_net.h 16 Dec 2005 01:05:32 -0000 1.3 --- pdp_net.h 16 Dec 2005 02:55:15 -0000 1.4 *************** *** 40,43 **** --- 40,44 ---- */
+ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h>