diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 15:26:32 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 15:34:22 +0200 |
commit | c973bcc1039b64ec00acaf8e8d61b9f5229da56f (patch) | |
tree | 9aedf6df3a56ad02e2f9a369dbc6ff4264b349a5 /tests/tar_gnu.c | |
parent | f731af6f58a7623b79241961d0a9a362b3e2ddb3 (diff) |
Cleanup: move libutil related headers to "util" sub directory
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/tar_gnu.c')
-rw-r--r-- | tests/tar_gnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tar_gnu.c b/tests/tar_gnu.c index 5aa112c..b58c9f7 100644 --- a/tests/tar_gnu.c +++ b/tests/tar_gnu.c @@ -6,7 +6,7 @@ */ #include "config.h" -#include "util.h" +#include "util/util.h" #include "tar.h" #include <unistd.h> |