freebsd-ports/net/xprobe/files/patch-libs-external-USI++-src-usi++-tcp.h
Wesley Shields 28ee23d9ac Fix build with gcc45
Don't overwrite configuration file on install
Mark MAKE_JOBS_SAFE

PR:		ports/148451
Submitted by:	swell.k@gmail.com
2010-07-10 03:45:11 +00:00

11 lines
215 B
C

--- libs-external/USI++/usi++/tcp.h~
+++ libs-external/USI++/usi++/tcp.h
@@ -12,6 +12,8 @@
#ifndef _TCP_H_
#define _TCP_H_
+#include <cstring>
+
#include "usi-structs.h"
#include "datalink.h"
#include "ip.h"