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 <fcrozat@suse.com>
SUSE

>From 9f8a50decf45aaa4436b9fb3a0ab360f238b7d96 Mon Sep 17 00:00:00 2001
From: Frederic Crozat <fcrozat@suse.com>
Date: Thu, 18 Aug 2011 15:42:29 +0200
Subject: [PATCH] nspawn: add missing include header for MS_REC.
This commit is contained in:
Frederic Crozat 2011-08-18 15:50:43 +02:00 committed by Lennart Poettering
parent e191553d1d
commit 5ed27dbdbf
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <termios.h>
#include <sys/signalfd.h>
#include <grp.h>
#include <linux/fs.h>
#include "log.h"
#include "util.h"