Commit fc58bf2c by Christian Brauner

Add <linux/types.h> header to lxcbtrfs.h

Using #include <sys/types.h> is not sufficient to guarantee that __le64 and other types are defined. Signed-off-by: 's avatarChristian Brauner <christian.brauner@mailbox.org>
parent e0d0f93b
......@@ -25,9 +25,9 @@
#define __LXC_BTRFS_H
#define _GNU_SOURCE
#include <linux/types.h> /* __le64, __l32 ... */
#include <stdbool.h>
#include <stdint.h>
#include <sys/prctl.h>
typedef uint8_t u8;
typedef uint16_t u16;
......
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