Added stdio.h and unistd.h headers toremove compilation errors

This commit is contained in:
Nairit Banerjee 2019-02-18 12:02:47 +05:30 committed by GitHub
parent 41032fe0db
commit 1e819c0dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <netinet/in.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/socket.h>
#include <sys/types.h>
#define MAX 80