28ee23d9ac
Don't overwrite configuration file on install Mark MAKE_JOBS_SAFE PR: ports/148451 Submitted by: swell.k@gmail.com
10 lines
225 B
C++
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>
|