Add missing header for alloca 51/278051/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 15 Apr 2022 07:11:57 +0000 (16:11 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:08:12 +0000 (14:08 +0900)
Change-Id: I87ff3dbbfe27a387c835ca2602b011e3dd866733

src/libds/backend/wayland/seat.c

index b799e66..c569947 100644 (file)
@@ -2,6 +2,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <alloca.h>
 #include <wayland-client.h>
 
 #include "libds/log.h"