modules: Add missing include.

614c61a3dd removed the #include <glib.h>,
which is needed for the #ifdef G_OS_WIN32 to work.
This commit is contained in:
Michael Henning 2014-04-15 19:04:41 -04:00
parent b1a0b4555e
commit b34fbb21fc

View file

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