[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
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx
index 1021b07..d6a9cac 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)