Add the required headers for read(2)

pull/1/head
Raphael Kubo da Costa 12 years ago committed by Christian Beier
parent 95dd76327b
commit 252f5d9c7c

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

Loading…
Cancel
Save