Skip to content

Commit

Permalink
Updating out custom changes after syncing with upstream quicly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Adamushko committed Jun 24, 2024
1 parent 835c5fd commit 6998f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/quicly.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
extern "C" {
#endif

#include "compat.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
Expand Down
3 changes: 3 additions & 0 deletions lib/quicly.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#if !defined(_WIN32)
# include <netinet/ip.h>
#endif
#include "khash.h"
#include "quicly.h"
#include "quicly/defaults.h"
Expand Down

0 comments on commit 6998f92

Please sign in to comment.