summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-16 19:29:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 13:17:39 +0100
commit28480eb373b347e93157389fab28ae55edfcc8f9 (patch)
tree484147736675d46cdaaeda1ab58e1c93d9476373 /src/util.c
parent595dcf16f5fc1a17a416b8001a714ea09846db2f (diff)
All .c files: include config.h
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69272 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index 5cbb4fb..c29fc73 100644
--- a/src/util.c
+++ b/src/util.c
@@ -7,6 +7,7 @@
* notice and this notice are preserved.
*/
+#include <config.h>
#include "util.h"
#include <glib/gstdio.h>