commit | a686690d0700fd62d24f831c5e25e08510a299a8 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Thu Mar 02 12:03:30 2006 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Thu Mar 02 12:03:30 2006 +0000 |
tree | 2ddcb24ebcfaad57732ee7798ef55120e1a1e04b | |
parent | a758843612429cfa03f46c71449f8020118bbe53 [diff] [blame] |
Porting changes for LynxOS 2.3. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@499 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/PixelFormat.cxx b/rfb/PixelFormat.cxx index d20be93..8809fb5 100644 --- a/rfb/PixelFormat.cxx +++ b/rfb/PixelFormat.cxx
@@ -20,6 +20,7 @@ #include <rdr/InStream.h> #include <rdr/OutStream.h> #include <rfb/PixelFormat.h> +#include <rfb/util.h> #ifdef _WIN32 #define strcasecmp _stricmp