mirror of
git://github.com/lxc/lxc
synced 2025-09-03 11:29:32 +00:00
@@ -30,11 +30,12 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <lxc/lxccontainer.h>
|
#include <lxc/lxccontainer.h>
|
||||||
|
#include <sys/mount.h>
|
||||||
|
|
||||||
|
|
||||||
/* define constants if the kernel/glibc headers don't define them */
|
/* define constants if the kernel/glibc headers don't define them */
|
||||||
#ifndef MS_DIRSYNC
|
#ifndef MS_DIRSYNC
|
||||||
#define MS_DIRSYNC 128
|
#define MS_DIRSYNC 128
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MS_REC
|
#ifndef MS_REC
|
||||||
|
Reference in New Issue
Block a user