12 lines
275 B
C++
12 lines
275 B
C++
$NetBSD: patch-Socket.cpp,v 1.1 2011/11/25 22:24:39 joerg Exp $
|
|
|
|
--- Socket.cpp.orig 2011-11-25 17:12:45.000000000 +0000
|
|
+++ Socket.cpp
|
|
@@ -34,6 +34,7 @@
|
|
#include <pwd.h>
|
|
#include <cerrno>
|
|
#include <unistd.h>
|
|
+#include <cstring>
|
|
#include <string>
|
|
#include <stdexcept>
|
|
|