From f0fe6bb38840ea7f5fe2adc9f03886f73a697e72 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 13 Mar 2013 21:44:04 +0200 Subject: [PATCH] Add missing #include This is required for WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG. This must have been implicit and nobody noticed, but isn't with SH4 architecture (Linux, Gentoo, GNU gcc and glibc). http://bugs.freedesktop.org/show_bug.cgi?id=62220 --- src/polkitbackend/polkitbackendjsauthority.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/polkitbackend/polkitbackendjsauthority.c b/src/polkitbackend/polkitbackendjsauthority.c index aa2838a..f66f436 100644 --- a/src/polkitbackend/polkitbackendjsauthority.c +++ b/src/polkitbackend/polkitbackendjsauthority.c @@ -20,6 +20,7 @@ */ #include "config.h" +#include #include #include #include -- 2.34.1