diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:31 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:31 +0100 |
commit | 756bfd018eb393640dad490df1a1ca840d9ee79b (patch) | |
tree | d95fd02eefcc647d4886761ccb74e976ee7aa32a /mount/mount.c | |
parent | a47f2e66141271cde40ee5190acf93d7878bc93d (diff) | |
download | util-linux-old-756bfd018eb393640dad490df1a1ca840d9ee79b.tar.gz |
Imported from util-linux-2.12o tarball.
Diffstat (limited to 'mount/mount.c')
-rw-r--r-- | mount/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mount/mount.c b/mount/mount.c index 3a59c370..0f48ea93 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -24,6 +24,7 @@ #include "mount_blkid.h" #include "mount_constants.h" #include "sundries.h" +#include "xmalloc.h" #include "mntent.h" #include "fstab.h" #include "lomount.h" |