From 5a313c2f000659e3c0552668af2754e7639ae0d4 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 14 Mar 2017 17:25:30 +0000 Subject: [PATCH] weston-launch: Add sysmacros.h include for major() Same as with c4d7f66c, but I hadn't done a full-tree rebuild so didn't see this one go by. Signed-off-by: Daniel Stone --- libweston/weston-launch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libweston/weston-launch.c b/libweston/weston-launch.c index 140fde1d..eecb911a 100644 --- a/libweston/weston-launch.c +++ b/libweston/weston-launch.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include