lib/ostree-sysroot-deploy: add a missing include for stdint.h

This commit is contained in:
Luca BRUNO 2022-05-06 10:07:23 +00:00
parent df44271624
commit 4b7fc4f1e9
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <gio/gunixinputstream.h>
#include <gio/gunixoutputstream.h>
#include <glib-unix.h>
#include <stdint.h>
#include <sys/mount.h>
#include <sys/statvfs.h>
#include <sys/socket.h>