diff options
Diffstat (limited to 'vncauth.c')
-rw-r--r-- | vncauth.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ * vncauth.c - Functions for VNC password management and authentication. */ -#include "rfb.h" +#include <stdio.h> +#include <rfb/rfbproto.h> #include "d3des.h" #include <string.h> |