Skip to content

Commit 4612453

Browse files
Update network.c
1 parent bf8b2d2 commit 4612453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/logic/network.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414
#include "fossil/io/network.h"
1515
#include <stdio.h>
16+
#include <string.h>
1617
#include <sys/select.h> // For fd_set and select
1718
#include <sys/time.h> // For struct timeval
1819
#include <unistd.h> // For close on POSIX systems

0 commit comments

Comments
 (0)