summaryrefslogtreecommitdiff
path: root/palm/synce-vdccm/files/patch-lib-udpsocket.cpp
blob: 52c134c9b4c8003fbefb9fa5c98b5ba52df702da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/udpsocket.cpp.orig	Sun May  7 18:49:36 2006
+++ lib/udpsocket.cpp	Fri Jan 26 19:21:19 2007
@@ -10,6 +10,8 @@
 //
 //
 #include "udpsocket.h"
+#include <netinet/in.h>
+#include <sys/socket.h>
 #include <netdb.h>
 
 using namespace std;