Include vc_compat.h in lshpack.c to fix Windows compilation

This commit is contained in:
Dmitri Tikhonov 2018-05-04 10:52:04 -04:00
parent 881272bb24
commit 075860c94b

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