summaryrefslogtreecommitdiffstats
path: root/vncauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'vncauth.c')
-rw-r--r--vncauth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vncauth.c b/vncauth.c
index 9caf834..cc88fcf 100644
--- a/vncauth.c
+++ b/vncauth.c
@@ -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>