summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-20 16:38:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 13:28:54 +0100
commitc2e2f1b65b4e7a1a921434a4f34f63cce09684ff (patch)
treea8d5343f80cbb941b698c54e226411aa689dccc1 /atk/atkutil.c
parent0c30597152e27e4117657bf5ac375072a887ef55 (diff)
downloadatk-c2e2f1b65b4e7a1a921434a4f34f63cce09684ff.tar.gz
Include the marshallers header, not the source
The atkutil.c source is including atkmarshal.c, instead of including the header. This is a weird behaviour, so let's build atkmarshal.c like the rest of the source files, and include the header.
Diffstat (limited to 'atk/atkutil.c')
-rw-r--r--atk/atkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 477c1e7..4b3c68d 100644
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -20,7 +20,7 @@
#include "config.h"
#include "atkutil.h"
-#include "atkmarshal.c"
+#include "atkmarshal.h"
/**
* SECTION:atkutil