From 718f05d090babba3bebe1f7ead08e5c55d4a9a8e Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 24 Jan 2023 19:27:06 +0300 Subject: [PATCH] gwakeup: #include Since commit 94b658ab4cc86df1352a34f63c9a672abf39f8aa, gwakeup.c has started using C99 integer types, but has not included . This broke building on GNU/Hurd. Fix this by adding the missing include. Signed-off-by: Sergey Bugaev --- glib/gwakeup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/gwakeup.c b/glib/gwakeup.c index 582b2aa34..24d85b669 100644 --- a/glib/gwakeup.c +++ b/glib/gwakeup.c @@ -21,6 +21,7 @@ #include "config.h" +#include /* gwakeup.c is special -- GIO and some test cases include it. As such, * it cannot include other glib headers without triggering the single