diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-11-03 19:26:14 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-11-03 19:26:14 +0000 |
commit | 374b4d5fbb4233a1f23785b14b7d0b5b59ceaf7c (patch) | |
tree | 848076d9303f2c96be2e314902dee6bff261043b /common | |
parent | 3591fa5b9673a587e78c043a6a9f5988ac22e237 (diff) | |
download | tigervnc-374b4d5fbb4233a1f23785b14b7d0b5b59ceaf7c.tar.gz tigervnc-374b4d5fbb4233a1f23785b14b7d0b5b59ceaf7c.zip |
Need to include os/print.h, because Windows doesn't have snprintf()
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4760 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r-- | common/rfb/JpegDecompressor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/JpegDecompressor.cxx b/common/rfb/JpegDecompressor.cxx index 9cd891a5..503c030f 100644 --- a/common/rfb/JpegDecompressor.cxx +++ b/common/rfb/JpegDecompressor.cxx @@ -22,6 +22,7 @@ #include <rdr/Exception.h> #include <rfb/Rect.h> #include <rfb/PixelFormat.h> +#include <os/print.h> #include <stdio.h> extern "C" { |