1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 00:18:36 +00:00

Fix header includes

svn path=/trunk/KDE/kdenetwork/krfb/; revision=1309545
This commit is contained in:
Rohan Garg 2012-08-06 14:47:00 +00:00
parent 32b69cb2f3
commit aa5701f354

View File

@ -31,6 +31,7 @@
#ifndef WIN32
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <unistd.h>
#endif