- add missing includes to fix menu-width

strange circular include global.h <-> settings.h is maybe to fix
This commit is contained in:
svenhoefer
2015-04-16 18:36:17 +02:00
parent a6bf50f666
commit 6e15577bf1
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#ifndef __settings__
#define __settings__
#include "config.h"
#include <system/localize.h>
#include <configfile.h>
#include <zapit/client/zapitclient.h>