Commit a72cb5d4 authored by Usama Mehboob's avatar Usama Mehboob

added #include<unistd.h> in udp_engine.cpp to solve error 'close was not declared in scope'

parent e1254e10
......@@ -4,6 +4,7 @@
#include "windows.hpp"
#else
#include <sys/types.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment