diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-10-21 10:04:17 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-10-21 10:04:17 -0400 |
| commit | c450b6e23bd9f57d8908bd11b96579ac107bed91 (patch) | |
| tree | bb5f52a3f97cd6076de6e86c209c11251c696e63 /tests/client-test.c | |
| parent | scanner: Fix valgrind errors (diff) | |
| download | wayland-c450b6e23bd9f57d8908bd11b96579ac107bed91.tar wayland-c450b6e23bd9f57d8908bd11b96579ac107bed91.tar.gz wayland-c450b6e23bd9f57d8908bd11b96579ac107bed91.tar.bz2 wayland-c450b6e23bd9f57d8908bd11b96579ac107bed91.tar.lz wayland-c450b6e23bd9f57d8908bd11b96579ac107bed91.tar.xz wayland-c450b6e23bd9f57d8908bd11b96579ac107bed91.tar.zst wayland-c450b6e23bd9f57d8908bd11b96579ac107bed91.zip | |
tests: Include wayland-private.h for container_of
Diffstat (limited to 'tests/client-test.c')
| -rw-r--r-- | tests/client-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/client-test.c b/tests/client-test.c index 5521510..5cf374d 100644 --- a/tests/client-test.c +++ b/tests/client-test.c @@ -32,6 +32,7 @@ #include <sys/stat.h> #include "wayland-server.h" +#include "wayland-private.h" #include "test-runner.h" struct client_destroy_listener { |
