From: Seunghun Lee Date: Fri, 15 Apr 2022 07:11:57 +0000 (+0900) Subject: Add missing header for alloca X-Git-Tag: accepted/tizen/unified/20220720.034120~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8df01e0590ae1708540d31b68e367da84a6c0607;p=platform%2Fcore%2Fuifw%2Flibds-tizen.git Add missing header for alloca Change-Id: If2bcc98ec8ea551ac860d67bddb158817bc20187 --- diff --git a/src/libds/backend/wayland/seat.c b/src/libds/backend/wayland/seat.c index b799e66..c569947 100644 --- a/src/libds/backend/wayland/seat.c +++ b/src/libds/backend/wayland/seat.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include "libds/log.h"