From 272b48187cee0b42b6e936ad2c045f13b391f3ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2016 16:33:32 -0400 Subject: find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \; --- src/grp-system/libcore/transaction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/grp-system/libcore/transaction.h') diff --git a/src/grp-system/libcore/transaction.h b/src/grp-system/libcore/transaction.h index 73489af0e6..e89dad99bf 100644 --- a/src/grp-system/libcore/transaction.h +++ b/src/grp-system/libcore/transaction.h @@ -22,6 +22,7 @@ typedef struct Transaction Transaction; #include "basic/hashmap.h" + #include "job.h" #include "manager.h" #include "unit.h" -- cgit v1.2.3-54-g00ecf