aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/mb-wm-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2/mb-wm-object.c')
-rw-r--r--matchbox2/mb-wm-object.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/matchbox2/mb-wm-object.c b/matchbox2/mb-wm-object.c
index 09a6ad4..63f4ffc 100644
--- a/matchbox2/mb-wm-object.c
+++ b/matchbox2/mb-wm-object.c
@@ -18,11 +18,16 @@
*
*/
-#include "mb-wm.h"
+#include "mb-wm-config.h"
+#include "mb-wm-object.h"
+#include "mb-wm-util.h"
+#include "mb-wm-macros.h"
#if MBWM_WANT_DEBUG
#include <execinfo.h>
#endif
+#include <stdlib.h>
+#include <string.h>
static MBWMObjectClassInfo **ObjectClassesInfo = NULL;
static MBWMObjectClass **ObjectClasses = NULL;