diff --git a/common/flatpak-bwrap.c b/common/flatpak-bwrap.c index 9c4acb14..f7e8b10e 100644 --- a/common/flatpak-bwrap.c +++ b/common/flatpak-bwrap.c @@ -34,6 +34,7 @@ #include +#include #include #include "libglnx.h" diff --git a/portal/flatpak-portal.c b/portal/flatpak-portal.c index f2895f25..1c538520 100644 --- a/portal/flatpak-portal.c +++ b/portal/flatpak-portal.c @@ -31,6 +31,7 @@ #include #include +#include #include #include #include diff --git a/system-helper/flatpak-system-helper.c b/system-helper/flatpak-system-helper.c index d42d9d0d..a58ab2c6 100644 --- a/system-helper/flatpak-system-helper.c +++ b/system-helper/flatpak-system-helper.c @@ -34,6 +34,8 @@ #include #include +#include + #include "flatpak-dbus-generated.h" #include "flatpak-dir-private.h" #include "flatpak-error.h"