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