summaryrefslogtreecommitdiffstats
path: root/src/reverse_proxy.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-03-29 10:56:56 +0200
committerGravatar Nikias Bassen2022-03-29 10:56:56 +0200
commit2c2ea7066a52f513dbb12b37da5a53642ac222f8 (patch)
treed09e8a0f2ea287e6530fc701a58465b55b3806bb /src/reverse_proxy.c
parenta3622dea4e55c5ced317adc489fc2d3f5f6e8f74 (diff)
downloadlibimobiledevice-2c2ea7066a52f513dbb12b37da5a53642ac222f8.tar.gz
libimobiledevice-2c2ea7066a52f513dbb12b37da5a53642ac222f8.tar.bz2
reverse_proxy: Add asprintf.h include to make sure vasprintf is available on Windows
Diffstat (limited to 'src/reverse_proxy.c')
-rw-r--r--src/reverse_proxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reverse_proxy.c b/src/reverse_proxy.c
index ae8e9f5..3f0a839 100644
--- a/src/reverse_proxy.c
+++ b/src/reverse_proxy.c
@@ -35,6 +35,7 @@
35#include "lockdown.h" 35#include "lockdown.h"
36#include "common/debug.h" 36#include "common/debug.h"
37#include "endianness.h" 37#include "endianness.h"
38#include "asprintf.h"
38 39
39#ifndef ECONNRESET 40#ifndef ECONNRESET
40#define ECONNRESET 108 41#define ECONNRESET 108