summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-03-30 14:25:37 +0200
committerBastien Nocera <hadess@hadess.net>2022-03-30 14:42:06 +0200
commit1211804a1070b7b238154af1cf19b5cffe1a78bf (patch)
tree5f92a7f3146b4d18094156d0bc207df968ff9260
parent8bbfeabbe99404e2b72db87fd5fa57973bd81a50 (diff)
downloadtotem-1211804a1070b7b238154af1cf19b5cffe1a78bf.tar.gz
plugins: Always include top-level totem.h
Rather than require every plugin to do it to define TotemObject.
-rw-r--r--src/plugins/totem-plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/totem-plugin.h b/src/plugins/totem-plugin.h
index a2fc2230d..da35fcaaf 100644
--- a/src/plugins/totem-plugin.h
+++ b/src/plugins/totem-plugin.h
@@ -34,6 +34,7 @@
#include <libpeas/peas-object-module.h>
#include <libpeas/peas-activatable.h>
#include <libpeas-gtk/peas-gtk-configurable.h>
+#include <totem.h>
G_BEGIN_DECLS