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
1 changed files with 1 additions and 0 deletions

View File

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