freebsd-ports/net/xprobe/files/patch-libs-external-USI++-src-ip.cc
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

10 lines
225 B
C++

--- libs-external/USI++/src/ip.cc~
+++ libs-external/USI++/src/ip.cc
@@ -15,6 +15,7 @@
#include "config.h"
#include <iostream>
#include <string.h>
+#include <cstdlib>
#include <errno.h>
#include <new>
#include <vector>