summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-09-21 16:26:57 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-09-21 16:31:17 +0100
commitd74b379b8b0e1ecb36259c21301c8c43f562703b (patch)
treed358f2c49a48fef4123dfbb4c4128ecaca4666b4
parenta71822e5db8c2bb78d5b970779a39e59ef3cc81c (diff)
downloadtotem-d74b379b8b0e1ecb36259c21301c8c43f562703b.tar.gz
Fix single-includes in egg-macros.h
-rw-r--r--src/egg-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg-macros.h b/src/egg-macros.h
index 2b5718eeb..a1dd3969c 100644
--- a/src/egg-macros.h
+++ b/src/egg-macros.h
@@ -9,7 +9,7 @@
#ifndef _EGG_MACROS_H_
#define _EGG_MACROS_H_
-#include <glib/gmacros.h>
+#include <glib.h>
G_BEGIN_DECLS