commit | c210e8ab80bc93d792b01762ba81b79801e025cd | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Fri Apr 23 14:09:16 2010 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Fri Apr 23 14:09:16 2010 +0000 |
tree | 11474fe79793739fb4ddf71b58c6304282dd7e64 | |
parent | ece313ae6c1d3eb3af961b07552363ca622cf777 [diff] [blame] |
[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
diff --git a/common/rfb/CSecurityNone.h b/common/rfb/CSecurityNone.h index 54c1016..a7db6e0 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 {