diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-29 20:14:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-29 20:14:11 +0200 |
commit | 24882e06c135584f16f31ba8a00fecde8b7f6fad (patch) | |
tree | b52ea2871608f6215f5d0e0f377704bec71449b6 /src/import/export.c | |
parent | 1811232c4cc5d93cb02d93ed448a712e88e30868 (diff) |
util: split out signal-util.[ch] from util.[ch]
No functional changes.
Diffstat (limited to 'src/import/export.c')
-rw-r--r-- | src/import/export.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/export.c b/src/import/export.c index 201c5ab356..d4bc88e010 100644 --- a/src/import/export.c +++ b/src/import/export.c @@ -23,6 +23,7 @@ #include "sd-event.h" #include "event-util.h" +#include "signal-util.h" #include "verbs.h" #include "build.h" #include "machine-image.h" |