From 2300efd39629df1d5be9d7b2ffc03027ed5c7e17 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Jan 2017 21:17:02 +0100 Subject: [PATCH] Fix typo --- libvncserver/rfbcrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvncserver/rfbcrypto.h b/libvncserver/rfbcrypto.h index 4483ad6..9c9e4e0 100644 --- a/libvncserver/rfbcrypto.h +++ b/libvncserver/rfbcrypto.h @@ -3,7 +3,7 @@ #include "rfb/rfbconfig.h" -#ifdef LIBVNCSERVER_HAVE_UIO_H +#ifdef LIBVNCSERVER_HAVE_SYS_UIO_H #include #define SHA1_HASH_SIZE 20