diff options
author | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:05:00 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-04-23 14:05:00 +0000 |
commit | b6eb3990a15e32e7d506ef713da51ca0305ef4a9 (patch) | |
tree | a68b6d893213d9777d80eead0f1826888b5217dd /common/rfb/Security.cxx | |
parent | 162ac3527dbdafdab9849f48a33726563d87b577 (diff) | |
download | tigervnc-b6eb3990a15e32e7d506ef713da51ca0305ef4a9.tar.gz tigervnc-b6eb3990a15e32e7d506ef713da51ca0305ef4a9.zip |
[Bugfix] Include Security.h instead of former secTypes.h in Security.cxx.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4037 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Security.cxx')
-rw-r--r-- | common/rfb/Security.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx index 1021b075..d6a9cac7 100644 --- a/common/rfb/Security.cxx +++ b/common/rfb/Security.cxx @@ -19,7 +19,7 @@ #ifdef _WIN32 #define strcasecmp _stricmp #endif -#include <rfb/secTypes.h> +#include <rfb/Security.h> #include <rfb/util.h> rdr::U8 rfb::secTypeNum(const char* name) |