Add missing header for alloca 65/278165/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:58:25 +0000 (14:58 +0900)
Change-Id: If2bcc98ec8ea551ac860d67bddb158817bc20187

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"