mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Include vc_compat.h in lshpack.c to fix Windows compilation
This commit is contained in:
parent
881272bb24
commit
075860c94b
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ SOFTWARE.
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <vc_compat.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "lshpack.h"
|
#include "lshpack.h"
|
||||||
#if LS_HPACK_EMIT_TEST_CODE
|
#if LS_HPACK_EMIT_TEST_CODE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue