summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-02-19 18:49:28 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-02-19 18:49:28 +0200
commit3a3c47e3124fed711605deb15fbad2243f277e03 (patch)
treef809e0c07675f097b53c714b25e9cfa5226b97d8
parentddabab931faa9fb8afd689c9a46d512a8a5c9729 (diff)
downloadmetacity-3a3c47e3124fed711605deb15fbad2243f277e03.tar.gz
theme: fix warning
-rw-r--r--src/ui/theme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index b4ea955b..3ee5d049 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -52,6 +52,7 @@
#include <config.h>
#include "frames.h" /* for META_TYPE_FRAMES */
+#include "prefs.h"
#include "theme.h"
#include "theme-parser.h"
#include "util.h"