lib/ostree-sysroot-deploy: add a missing include for stdint.h
This commit is contained in:
parent
df44271624
commit
4b7fc4f1e9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue