From 5ed27dbdbfe866810a52ff8225bcf61590861823 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 18 Aug 2011 15:50:43 +0200 Subject: [PATCH] PATCH: add missing header include Hi, MS_REC is not always defined in sys/mount.h. linux/fs.h should be included, since it is always defined there. -- Frederic Crozat SUSE >From 9f8a50decf45aaa4436b9fb3a0ab360f238b7d96 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 18 Aug 2011 15:42:29 +0200 Subject: [PATCH] nspawn: add missing include header for MS_REC. --- src/nspawn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nspawn.c b/src/nspawn.c index 2c1144a7..19d95b21 100644 --- a/src/nspawn.c +++ b/src/nspawn.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "log.h" #include "util.h" -- 2.39.5