summaryrefslogtreecommitdiff
path: root/tests/surface-global-test.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-12-02 14:20:35 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-01-17 18:24:53 +0100
commit3d7ca3b9ea78f59d3d66228d28347c58355bc0e5 (patch)
treee95177c760e250f48e1dad57e802c3bf0d7842c0 /tests/surface-global-test.c
parent23e1d6f176c13034770cfe5b2a2c1ec86e9643c3 (diff)
libweston: Properly namespace modules entrypoint
Use different functions so we cannot load a libweston common module in weston directly or the other way around. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'tests/surface-global-test.c')
-rw-r--r--tests/surface-global-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/surface-global-test.c b/tests/surface-global-test.c
index 55899c67..20d99ce9 100644
--- a/tests/surface-global-test.c
+++ b/tests/surface-global-test.c
@@ -29,6 +29,7 @@
#include <stdint.h>
#include "compositor.h"
+#include "compositor/weston.h"
static void
surface_to_from_global(void *data)