diff options
Diffstat (limited to 'src/import/import.c')
-rw-r--r-- | src/import/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/import.c b/src/import/import.c index 4e442ee84a..338847dbc2 100644 --- a/src/import/import.c +++ b/src/import/import.c @@ -19,7 +19,7 @@ #include <getopt.h> -#include "sd-event.h" +#include <systemd/sd-event.h> #include "alloc-util.h" #include "fd-util.h" |