diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-03 12:25:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-03 17:45:11 +0100 |
commit | b11d6a7bed4d867fb9f6ff4e7eb4ab20fcdc9301 (patch) | |
tree | d724afc2b5b4c81a87d68f4f5a8f46ea11789d61 /src/basic/glob-util.h | |
parent | 5703176d6e9680c32caac1de2d6bdb84cdc72c96 (diff) |
util-lib: move character class definitions to string-util.h
Diffstat (limited to 'src/basic/glob-util.h')
-rw-r--r-- | src/basic/glob-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/glob-util.h b/src/basic/glob-util.h index 8817df14b4..793adf4a6c 100644 --- a/src/basic/glob-util.h +++ b/src/basic/glob-util.h @@ -24,7 +24,7 @@ #include <string.h> #include "macro.h" -#include "util.h" +#include "string-util.h" int glob_exists(const char *path); int glob_extend(char ***strv, const char *path); |