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 | |
parent | 1bade73b6b58cf2c3187b0fca72f4aec8301c4a3 (diff) |
tests: Include wayland-private.h for container_of
Diffstat (limited to 'tests')
-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 { |