Added unistd.h header file to remove compilation errors

This commit is contained in:
Nairit Banerjee 2019-02-18 12:03:50 +05:30 committed by GitHub
parent 1e819c0dea
commit cec67ff987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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