chiark / gitweb /
PATCH: add missing header include
authorFrederic Crozat <fcrozat@suse.com>
Thu, 18 Aug 2011 13:50:43 +0000 (15:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 18 Aug 2011 22:34:51 +0000 (00:34 +0200)
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.

src/nspawn.c

index 2c1144a7f5b6f3b9d22f133d1d3cccd7afb7e2a4..19d95b214f2aad3f3bfe77d4da0a0f2ce95b0f7d 100644 (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"