diff options
| author | Karel Zak <kzak@redhat.com> | 2013-09-10 13:11:02 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-09-10 13:11:02 +0200 |
| commit | 60f25deae7714a4c67fbabc3b2b0c78bf8dc035e (patch) | |
| tree | 8f18839bb863804cd6a64c35b1aa1bd6c9c621d8 /libmount/src | |
| parent | 4ccf1137046d3f28bf2f2781a095ecd225294fd8 (diff) | |
| download | util-linux-60f25deae7714a4c67fbabc3b2b0c78bf8dc035e.tar.gz | |
lib: rename time-util.c to timeutils.c, fix headers
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src')
| -rw-r--r-- | libmount/src/lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/lock.c b/libmount/src/lock.c index 82086da2..d9b6f593 100644 --- a/libmount/src/lock.c +++ b/libmount/src/lock.c @@ -21,6 +21,7 @@ #include <limits.h> #include <sys/file.h> +#include "strutils.h" #include "closestream.h" #include "pathnames.h" #include "mountP.h" |
