le-proxy: fix compiling under win32 (because of no "inline" in C)

Include <util-internal.h> for regular "inline", since it is used everywhere.

(cherry picked from commit 74a2f5935abc78cc9479f649e96c2e090623aa84)
This commit is contained in:
Azat Khuzhin 2017-05-29 16:24:48 +03:00 committed by Azat Khuzhin
parent c544222f19
commit 449f5a5746
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -30,6 +30,8 @@
#include <event2/listener.h>
#include <event2/util.h>
#include "util-internal.h"
#include <openssl/bio.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/rand.h>