tests: Include wayland-private.h for container_of
authorKristian Høgsberg <krh@bitplanet.net>
Sun, 21 Oct 2012 14:04:17 +0000 (10:04 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 21 Oct 2012 14:04:17 +0000 (10:04 -0400)
tests/client-test.c

index 5521510..5cf374d 100644 (file)
@@ -32,6 +32,7 @@
 #include <sys/stat.h>
 
 #include "wayland-server.h"
+#include "wayland-private.h"
 #include "test-runner.h"
 
 struct client_destroy_listener {