diff options
author | Felix Janda <felix.janda@posteo.de> | 2014-12-05 23:19:29 +0100 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2014-12-08 06:10:31 -0500 |
commit | 6603cef0f06c450196a1bca06bb143d8fcda5651 (patch) | |
tree | ecd685f91c0d1323b8b7938a10fc1bdaaeced9ea | |
parent | d21675b34a77868cac7e0131ddac79a32d8809ba (diff) | |
download | cifs-utils-6603cef0f06c450196a1bca06bb143d8fcda5651.tar.gz cifs-utils-6603cef0f06c450196a1bca06bb143d8fcda5651.tar.bz2 cifs-utils-6603cef0f06c450196a1bca06bb143d8fcda5651.zip |
mtab.c: include <paths.h> for _PATH_MOUNTED
Signed-off-by: Felix Janda <felix.janda@posteo.de>
-rw-r--r-- | mtab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ #include <mntent.h> #include <stdlib.h> #include <signal.h> +#include <paths.h> #include "mount.h" #include "config.h" |