mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-03 09:16:30 -04:00
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:
parent
c544222f19
commit
449f5a5746
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user