mirror of
https://github.com/TheAlgorithms/C
synced 2025-04-03 12:03:34 +03:00
Added unistd.h header file to remove compilation errors
This commit is contained in:
parent
1e819c0dea
commit
cec67ff987
@ -3,6 +3,7 @@
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
#define MAX 80
|
||||
|
Loading…
x
Reference in New Issue
Block a user