Need to include ssl.h now that we are using ssl_hmac_md5.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1540 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2010-01-12 14:52:04 +00:00
parent 1b4c36a45f
commit 46499078e1

1
rdp.c
View File

@ -23,6 +23,7 @@
#include <unistd.h>
#endif
#include "rdesktop.h"
#include "ssl.h"
#ifdef HAVE_ICONV
#ifdef HAVE_ICONV_H