You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sip-tester/debian/patches/include-limits.patch

21 lines
365 B

--- a/call.cpp
+++ b/call.cpp
@@ -44,6 +44,7 @@
#include <iostream>
#include <sys/types.h>
#include <sys/wait.h>
+#include <limits.h>
#ifdef PCAPPLAY
#include "send_packets.h"
--- a/scenario.cpp
+++ b/scenario.cpp
@@ -28,6 +28,7 @@
*/
#include <stdlib.h>
+#include <limits.h>
#include "sipp.hpp"
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>