diff options
Diffstat (limited to 'devel/cvsnt/files/patch-lockservice-LockParse.cpp')
-rw-r--r-- | devel/cvsnt/files/patch-lockservice-LockParse.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/cvsnt/files/patch-lockservice-LockParse.cpp b/devel/cvsnt/files/patch-lockservice-LockParse.cpp new file mode 100644 index 0000000..1647597 --- /dev/null +++ b/devel/cvsnt/files/patch-lockservice-LockParse.cpp @@ -0,0 +1,10 @@ +--- lockservice/LockParse.cpp.orig Thu Mar 4 01:19:43 2004 ++++ lockservice/LockParse.cpp Thu Mar 4 01:19:58 2004 +@@ -11,6 +11,7 @@ + #include <sys/socket.h> + #include <netdb.h> + #include <errno.h> ++#include <time.h> + #define SOCKET int + #endif + |