plug-ins: screenshot: #include <glib.h> early for G_OS_WIN32

This commit is contained in:
Michael Natterer 2016-04-02 21:35:13 +02:00
parent 4f9d52b6e8
commit bbbc103d18

View file

@ -22,6 +22,8 @@
#include "config.h"
#include <glib.h>
#ifdef G_OS_WIN32
#include <stdio.h>