mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
gwakeup: #include <stdint.h>
Since commit 94b658ab4c
, gwakeup.c has
started using C99 integer types, but has not included <stdint.h>. This
broke building on GNU/Hurd. Fix this by adding the missing include.
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
This commit is contained in:
parent
c3d07a625a
commit
718f05d090
@ -21,6 +21,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* gwakeup.c is special -- GIO and some test cases include it. As such,
|
||||
* it cannot include other glib headers without triggering the single
|
||||
|
Loading…
Reference in New Issue
Block a user