freebsd-ports/palm/synce-vdccm/files/patch-lib-localsocket.h
2007-01-26 18:50:57 +00:00

10 lines
233 B
C++

--- lib/localsocket.h.orig Fri Jan 26 03:40:07 2007
+++ lib/localsocket.h Fri Jan 26 03:40:23 2007
@@ -24,6 +24,7 @@
#define LOCALSOCKET_H
#include <string>
+#include <sys/socket.h>
#include <sys/un.h>
#include "netsocket.h"