MinGW tweak: HexOutstream.h is really named HexOutStream.h. 



git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3329 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/win/rfb_win32/Registry.cxx b/win/rfb_win32/Registry.cxx
index 4ece4ba..1a828ed 100644
--- a/win/rfb_win32/Registry.cxx
+++ b/win/rfb_win32/Registry.cxx
@@ -22,7 +22,7 @@
 #include <rfb_win32/Security.h>
 #include <rfb_win32/DynamicFn.h>
 #include <rdr/MemOutStream.h>
-#include <rdr/HexOutstream.h>
+#include <rdr/HexOutStream.h>
 #include <rdr/HexInStream.h>
 #include <stdlib.h>
 #include <rfb/LogWriter.h>