diff options
Diffstat (limited to 'src/shared/machine-pool.h')
-rw-r--r-- | src/shared/machine-pool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/machine-pool.h b/src/shared/machine-pool.h index fe01d3d47c..a1f2c5c626 100644 --- a/src/shared/machine-pool.h +++ b/src/shared/machine-pool.h @@ -21,6 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <stdint.h> + #include "sd-bus.h" /* Grow the /var/lib/machines directory after each 10MiB written */ |