diff options
Diffstat (limited to 'net-analyzer/xprobe/files/xprobe-0.3-gcc-12.patch')
-rw-r--r-- | net-analyzer/xprobe/files/xprobe-0.3-gcc-12.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/xprobe/files/xprobe-0.3-gcc-12.patch b/net-analyzer/xprobe/files/xprobe-0.3-gcc-12.patch new file mode 100644 index 000000000000..534d17cb019b --- /dev/null +++ b/net-analyzer/xprobe/files/xprobe-0.3-gcc-12.patch @@ -0,0 +1,21 @@ +https://bugs.gentoo.org/852119 +--- a/libs-external/USI++/src/datalink.cc ++++ b/libs-external/USI++/src/datalink.cc +@@ -15,6 +15,7 @@ + #include <string.h> + #include <unistd.h> + #include <errno.h> ++#include <ctime> + #include <sys/ioctl.h> + + #ifdef IMMEDIATE +--- a/libs-external/USI++/src/tcp.cc ++++ b/libs-external/USI++/src/tcp.cc +@@ -16,6 +16,7 @@ + #include <string.h> + #include <stdlib.h> + #include <errno.h> ++#include <ctime> + + namespace usipp { + |