File xprobe2-fix-gcc-error.patch of Package xprobe2

diff --git a/libs-external/USI++/src/misc.cc b/libs-external/USI++/src/misc.cc
index eed7c5f..dbb0edf 100755
--- a/libs-external/USI++/src/misc.cc
+++ b/libs-external/USI++/src/misc.cc
@@ -4,6 +4,7 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 #include <errno.h>
+#include <cstdlib>
 
 
 namespace usipp {
diff --git a/libs-external/USI++/src/ip.cc b/libs-external/USI++/src/ip.cc
index 1a6267c..aab91b4 100755
--- a/libs-external/USI++/src/ip.cc
+++ b/libs-external/USI++/src/ip.cc
@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <new>
 #include <vector>
+#include <cstdlib>
 
 namespace usipp {
 
diff --git a/libs-external/USI++/usi++/tcp.h b/libs-external/USI++/usi++/tcp.h
index d934127..9af4da7 100755
--- a/libs-external/USI++/usi++/tcp.h
+++ b/libs-external/USI++/usi++/tcp.h
@@ -15,6 +15,7 @@
 #include "usi-structs.h"
 #include "datalink.h"
 #include "ip.h"
+#include <cstring>
 
 namespace usipp {
 
openSUSE Build Service is sponsored by