diff options
Diffstat (limited to 'src/import/export-tar.h')
-rw-r--r-- | src/import/export-tar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/export-tar.h b/src/import/export-tar.h index ce27a9fc1e..9061e7515d 100644 --- a/src/import/export-tar.h +++ b/src/import/export-tar.h @@ -22,8 +22,9 @@ ***/ #include "sd-event.h" -#include "macro.h" + #include "import-compress.h" +#include "macro.h" typedef struct TarExport TarExport; |