Commit 252f5d9c authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by Christian Beier

Add the required headers for read(2)

parent 95dd7632
......@@ -41,7 +41,12 @@
#include <sys/endian.h>
#endif
#ifdef LIBVNCSERVER_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <string.h>
#include <unistd.h>
#include "rfb/rfbconfig.h"
#include "rfbssl.h"
#include "rfbcrypto.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