summaryrefslogtreecommitdiff
path: root/src/libudev/path-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libudev/path-util.h')
-rw-r--r--src/libudev/path-util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libudev/path-util.h b/src/libudev/path-util.h
index eea7589d00..8e55131093 100644
--- a/src/libudev/path-util.h
+++ b/src/libudev/path-util.h
@@ -18,10 +18,8 @@
***/
#include <stdbool.h>
-#include <inttypes.h>
-typedef uint64_t usec_t;
-typedef uint64_t nsec_t;
+#include "time-util.h"
char* path_get_file_name(const char *p) _pure_;
int path_get_parent(const char *path, char **parent);