Add explicit include for musl (#91)

This commit is contained in:
Omar Roth 2019-12-05 15:48:06 -05:00 committed by LiteSpeed Tech
parent 936463fe29
commit 5c957fdcf6

View file

@ -8,6 +8,7 @@
*/
#include <stdint.h>
#include <sys/types.h>
#define MAX_CID_LEN 20
#define GQUIC_CID_LEN 8