summaryrefslogtreecommitdiffstats
path: root/vncauth.c
diff options
context:
space:
mode:
authordscho <dscho>2003-07-27 21:30:29 +0000
committerdscho <dscho>2003-07-27 21:30:29 +0000
commita1ce2ac48f158d18c3e25a6131ab28f8f72cdf33 (patch)
treeac8e83ee94aedb01e41dbba49983ef3491506cf0 /vncauth.c
parent1e60fc200aaab8ec302c3752eddab464b1adc2cc (diff)
downloadlibtdevnc-a1ce2ac48f158d18c3e25a6131ab28f8f72cdf33.tar.gz
libtdevnc-a1ce2ac48f158d18c3e25a6131ab28f8f72cdf33.zip
make vncauth usable also for upcoming libvncclient
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>