freebsd-ports/www/anyterm/files/patch-libpbe-src-ip.cc
Armin Pirkovitsch b6615d025a - Unbreak build
- Trim Makefile header

Reported by:  pointyhat
Approved by:  portmgr / mentor (miwi)
2013-04-02 11:06:55 +00:00

10 lines
246 B
C++

--- libpbe/src/ip.cc.orig 2008-12-18 21:18:43.000000000 +0100
+++ libpbe/src/ip.cc 2013-03-30 17:48:22.000000000 +0100
@@ -23,6 +23,7 @@
#include <sys/un.h>
#include <netdb.h>
#include <unistd.h>
+#include <string.h>
using namespace std;