Include config.h in KatzeArrayAction

This commit is contained in:
Christian Dywan 2009-11-28 19:55:01 +01:00
parent 2ace79c85a
commit 84f8207c51

View file

@ -20,6 +20,10 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#if HAVE_CONFIG_H
#include "config.h"
#endif
struct _KatzeArrayAction
{
GtkAction parent_instance;