utils: include linux/types.h

Closes #2178. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent e7806b2e
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <unistd.h> #include <unistd.h>
#include <linux/loop.h> #include <linux/loop.h>
#include <linux/magic.h> #include <linux/magic.h>
#include <linux/types.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/vfs.h> #include <sys/vfs.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment