diff options
author | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:09:16 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:09:16 +0000 |
commit | c210e8ab80bc93d792b01762ba81b79801e025cd (patch) | |
tree | 11474fe79793739fb4ddf71b58c6304282dd7e64 /common/rfb/CSecurityNone.h | |
parent | ece313ae6c1d3eb3af961b07552363ca622cf777 (diff) | |
download | tigervnc-c210e8ab80bc93d792b01762ba81b79801e025cd.tar.gz tigervnc-c210e8ab80bc93d792b01762ba81b79801e025cd.zip |
[Development] Enhance Security class to be usable by viewer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4041 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/CSecurityNone.h')
-rw-r--r-- | common/rfb/CSecurityNone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/CSecurityNone.h b/common/rfb/CSecurityNone.h index 54c10168..a7db6e03 100644 --- a/common/rfb/CSecurityNone.h +++ b/common/rfb/CSecurityNone.h @@ -22,6 +22,7 @@ #ifndef __CSECURITYNONE_H__ #define __CSECURITYNONE_H__ +#include <rfb/Security.h> #include <rfb/CSecurity.h> namespace rfb { |