summaryrefslogtreecommitdiff
path: root/src/grp-machine/grp-import/systemd-export/export-tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/grp-import/systemd-export/export-tar.h')
-rw-r--r--src/grp-machine/grp-import/systemd-export/export-tar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grp-machine/grp-import/systemd-export/export-tar.h b/src/grp-machine/grp-import/systemd-export/export-tar.h
index 9efde8931d..2c50c1e5bf 100644
--- a/src/grp-machine/grp-import/systemd-export/export-tar.h
+++ b/src/grp-machine/grp-import/systemd-export/export-tar.h
@@ -21,11 +21,10 @@
#include <systemd/sd-event.h>
-#include "basic/macro.h"
#include "import-compress.h"
+#include "systemd-basic/macro.h"
typedef struct TarExport TarExport;
-
typedef void (*TarExportFinished)(TarExport *export, int error, void *userdata);
int tar_export_new(TarExport **export, sd_event *event, TarExportFinished on_finished, void *userdata);