mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
10 lines
255 B
Diff
10 lines
255 B
Diff
--- ./libproxy/test/get-pac-test.cpp.orig
|
|
+++ ./libproxy/test/get-pac-test.cpp
|
|
@@ -3,6 +3,7 @@
|
|
#include <sstream>
|
|
#include <string>
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdlib.h> // for abort()
|
|
#include <errno.h> // for EINTR
|
|
#include <sys/socket.h>
|