Include config.h in KatzeArrayAction
This commit is contained in:
parent
2ace79c85a
commit
84f8207c51
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue