From 867d50eea7fc8be4e286ae751b75dcb4f27df99e Mon Sep 17 00:00:00 2001 From: Jon Cruz Date: Mon, 15 Jun 2015 15:37:10 -0700 Subject: Unified multiple definitions of container_of() macro. Removed duplicate definitions of the container_of() macro and refactored sources to use the single implementation. Signed-off-by: Jon A. Cruz Reviewed-by: Peter Hutterer Reviewed-by: Bryce Harrington --- src/data-device.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data-device.c') diff --git a/src/data-device.c b/src/data-device.c index 8cdf2238..825b734c 100644 --- a/src/data-device.c +++ b/src/data-device.c @@ -32,6 +32,7 @@ #include #include "compositor.h" +#include "shared/helpers.h" struct weston_drag { struct wl_client *client; -- cgit v1.2.1