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:
LiteSpeed Tech 2018-05-04 10:57:24 -04:00 committed by GitHub
commit 2122997981
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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