MidoriApp: Add missing include for g_access

This commit is contained in:
Paweł Forysiuk 2012-06-03 13:38:06 +02:00 committed by Christian Dywan
parent 0b14449f68
commit b9b6f512ce

View file

@ -24,6 +24,7 @@
#include <string.h> #include <string.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <glib/gstdio.h>
#include <glib/gi18n.h> #include <glib/gi18n.h>
#if ENABLE_NLS #if ENABLE_NLS