define MS_REC when needed
[util-vserver.git] / util-vserver / src / secure-mount.c
index 5e48430..7a48ff3 100644 (file)
@@ -94,6 +94,10 @@ CMDLINE_OPTIONS[] = {
   { 0, 0, 0, 0 }
 };
 
+#ifndef MS_REC
+#  define MS_REC       0x4000
+#endif
+
 static struct FstabOptions {
     char const * const opt;
     unsigned long const        or_flag;