summaryrefslogtreecommitdiffstats
path: root/src/reverse_proxy.c
diff options
context:
space:
mode:
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