From bbbc103d1893da37dc05a00a13770beb7c4abad3 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sat, 2 Apr 2016 21:35:13 +0200 Subject: [PATCH] plug-ins: screenshot: #include early for G_OS_WIN32 --- plug-ins/screenshot/screenshot-win32.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plug-ins/screenshot/screenshot-win32.c b/plug-ins/screenshot/screenshot-win32.c index dcd5802590..dd832edde7 100644 --- a/plug-ins/screenshot/screenshot-win32.c +++ b/plug-ins/screenshot/screenshot-win32.c @@ -22,6 +22,8 @@ #include "config.h" +#include + #ifdef G_OS_WIN32 #include