Skip to content

Commit 63197a2

Browse files
committed
Fix compile error on window
1 parent 29d64b3 commit 63197a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quickjs/quickjs/quickjs-debugger.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "quickjs-debugger.h"
22
#include <time.h>
33
#include <math.h>
4-
#include <sys/socket.h>
5-
#include <netinet/in.h>
64
#include <stdlib.h>
75
#include <string.h>
86
#include <assert.h>

0 commit comments

Comments
 (0)