summaryrefslogtreecommitdiff
path: root/windows/thumbnail.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-13 20:29:30 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-13 20:29:30 +0000
commit83e6c1ba57e47efcb03573d8fdd17aa0cd0ff6dd (patch)
tree0a45490feed25525928e65c2cc6dded52fdaf017 /windows/thumbnail.c
parentd4d866c43fd2f551e4a6f6ee44529b773997cf07 (diff)
downloadnetsurf-83e6c1ba57e47efcb03573d8fdd17aa0cd0ff6dd.tar.gz
netsurf-83e6c1ba57e47efcb03573d8fdd17aa0cd0ff6dd.tar.bz2
fix bitmap plotting
svn path=/trunk/netsurf/; revision=10882
Diffstat (limited to 'windows/thumbnail.c')
-rw-r--r--windows/thumbnail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/thumbnail.c b/windows/thumbnail.c
index 540511516..6b372a828 100644
--- a/windows/thumbnail.c
+++ b/windows/thumbnail.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <windows.h>
+
#include "content/urldb.h"
#include "desktop/browser.h"
#include "utils/log.h"