Skip to content

Commit f25c5bc

Browse files
committed
oops
1 parent 5f4fc97 commit f25c5bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/picotls.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#include <arpa/inet.h>
3535
#include <sys/time.h>
3636
#endif
37+
#ifdef __linux__
38+
#include <sys/syscall.h>
39+
#endif
3740
#include "picotls.h"
3841
#if PICOTLS_USE_DTRACE
3942
#include "picotls-probes.h"

0 commit comments

Comments
 (0)