summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
authorKarel Zak2012-03-20 09:06:09 +0100
committerKarel Zak2012-03-20 09:06:09 +0100
commita5ebeca527fc240de705f8ea4d3c4310379f06db (patch)
tree3c4fe6358570654b97c824800e21847b81e4ede5 /sys-utils/mount.c
parentfileutils: differentiate xmkstemp and xfmkstemp (diff)
downloadkernel-qcow2-util-linux-a5ebeca527fc240de705f8ea4d3c4310379f06db.tar.gz
kernel-qcow2-util-linux-a5ebeca527fc240de705f8ea4d3c4310379f06db.tar.xz
kernel-qcow2-util-linux-a5ebeca527fc240de705f8ea4d3c4310379f06db.zip
mount: (new) add missing xalloc.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index b1a0390d6..664c9865a 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -38,6 +38,7 @@
#include "strutils.h"
#include "xgetpass.h"
#include "exitcodes.h"
+#include "xalloc.h"
/*** TODO: DOCS:
*