summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-01 21:25:29 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-01 21:25:29 +0200
commit48ac500bb65f1f2eb09704f15104eeebb9330d47 (patch)
treeb5215e30c2c8d22e239699d45a4fbba6d537cdff /src/core/mount-setup.c
parent3ab1e259d918228c68c1829bd67625e1dc660862 (diff)
missing: define MS_STRICTATIME if not defined already
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r--src/core/mount-setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c
index c26dedca60..cdbee14408 100644
--- a/src/core/mount-setup.c
+++ b/src/core/mount-setup.c
@@ -39,6 +39,7 @@
#include "strv.h"
#include "mkdir.h"
#include "path-util.h"
+#include "missing.h"
#ifndef TTY_GID
#define TTY_GID 5