aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pptpclient/pptpclient-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pptpclient/pptpclient-musl.patch')
-rw-r--r--testing/pptpclient/pptpclient-musl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/pptpclient/pptpclient-musl.patch b/testing/pptpclient/pptpclient-musl.patch
new file mode 100644
index 0000000000..ff67d328cc
--- /dev/null
+++ b/testing/pptpclient/pptpclient-musl.patch
@@ -0,0 +1,12 @@
+diff --git a/pqueue.h b/pqueue.h
+index c37ba7b..ae4cc6a 100644
+--- a/pqueue.h
++++ b/pqueue.h
+@@ -3,6 +3,7 @@
+
+ #include <time.h>
+ #include <sys/time.h>
++#include <sys/types.h>
+
+ /* wait this many seconds for missing packets before forgetting about them */
+ #define DEFAULT_PACKET_TIMEOUT 0.3