Skip to content

Commit

Permalink
Merge branch 'alibaba:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kulsk committed May 15, 2024
2 parents 0bd06b5 + 6b5f20d commit f3d5535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#pragma comment(lib,"ws2_32.lib")
#pragma comment(lib,"event.lib")
#pragma comment(lib, "Iphlpapi.lib")
#pragma comment(lib, "Bcrypt.lib")
#include "getopt.h"
#endif

Expand Down
1 change: 1 addition & 0 deletions tests/test_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "getopt.h"
#pragma comment(lib,"ws2_32.lib")
#pragma comment(lib, "Iphlpapi.lib")
#pragma comment(lib, "Bcrypt.lib")
#endif

#define XQC_FIRST_OCTET 1
Expand Down

0 comments on commit f3d5535

Please sign in to comment.