tests: add test_seat_release() for symmetry
[platform/upstream/weston.git] / tests / surface-test.c
index 9a91e74..28520aa 100644 (file)
@@ -28,7 +28,8 @@
 #include <stdio.h>
 #include <assert.h>
 
-#include "../src/compositor.h"
+#include "compositor.h"
+#include "compositor/weston.h"
 
 static void
 surface_transform(void *data)
@@ -60,7 +61,8 @@ surface_transform(void *data)
 }
 
 WL_EXPORT int
-module_init(struct weston_compositor *compositor, int *argc, char *argv[])
+wet_module_init(struct weston_compositor *compositor,
+               int *argc, char *argv[])
 {
        struct wl_event_loop *loop;