diff options
author | dscho <dscho> | 2003-07-27 21:30:29 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-07-27 21:30:29 +0000 |
commit | a1ce2ac48f158d18c3e25a6131ab28f8f72cdf33 (patch) | |
tree | ac8e83ee94aedb01e41dbba49983ef3491506cf0 /vncauth.c | |
parent | 1e60fc200aaab8ec302c3752eddab464b1adc2cc (diff) | |
download | libtdevnc-a1ce2ac48f158d18c3e25a6131ab28f8f72cdf33.tar.gz libtdevnc-a1ce2ac48f158d18c3e25a6131ab28f8f72cdf33.zip |
make vncauth usable also for upcoming libvncclient
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> |