mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
compiles in debug/release. tests pass (in debug config at least)
This commit is contained in:
parent
0e7c6aad9e
commit
461e84d874
97 changed files with 4282 additions and 875 deletions
|
@ -10,9 +10,13 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <lsquic_types.h>
|
||||
#ifndef WIN32
|
||||
#include <sys/uio.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <vc_compat.h>
|
||||
#endif
|
||||
|
||||
struct iovec;
|
||||
struct sockaddr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue