diff options
Diffstat (limited to 'libvncclient/rfbproto.c')
-rw-r--r-- | libvncclient/rfbproto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c index 7d881c4..010d08d 100644 --- a/libvncclient/rfbproto.c +++ b/libvncclient/rfbproto.c @@ -2185,5 +2185,5 @@ PrintPixelFormat(rfbPixelFormat *format) #define rfbUseKey rfbClientUseKey #define rfbCPKey rfbClientCPKey -#include "../libvncserver/vncauth.c" -#include "../libvncserver/d3des.c" +#include "vncauth.c" +#include "d3des.c" |