summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-11-22 08:03:26 -0500
committerRyan Lortie <desrt@desrt.ca>2012-11-22 08:03:26 -0500
commit184bd94264bc4dbf5a34315e9153fe8b62f746e7 (patch)
tree7532cfe6fcaf999088da25984e4c4b7efeeb5ad3
parent2307c53e037f781ab081f909a48c8f354c5ddf44 (diff)
downloadlibpeas-184bd94264bc4dbf5a34315e9153fe8b62f746e7.tar.gz
Fix another gjs single-include issue instance
The tests have the same problem as the loader itself and the last commit missed that. Fix it too. https://bugzilla.gnome.org/show_bug.cgi?id=688617
-rw-r--r--tests/libpeas/extension-gjs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libpeas/extension-gjs.c b/tests/libpeas/extension-gjs.c
index 3004943..327a9c4 100644
--- a/tests/libpeas/extension-gjs.c
+++ b/tests/libpeas/extension-gjs.c
@@ -23,6 +23,7 @@
#include <config.h>
#endif
+#include <gjs/gjs-module.h>
#include <gi/value.h>
#include "loaders/gjs/peas-extension-gjs.h"