diff options
Diffstat (limited to 'src/missing.h')
-rw-r--r-- | src/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/missing.h b/src/missing.h index ff5dcb4092..c0cb3eaea7 100644 --- a/src/missing.h +++ b/src/missing.h @@ -122,4 +122,8 @@ struct btrfs_ioctl_vol_args { #define BTRFS_SUPER_MAGIC 0x9123683E #endif +#ifndef MS_MOVE +#define MS_MOVE 8192 +#endif + #endif |