diff options
Diffstat (limited to 'src/python-systemd/_daemon.c')
-rw-r--r-- | src/python-systemd/_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python-systemd/_daemon.c b/src/python-systemd/_daemon.c index 7756a7880d..65cfec7ce8 100644 --- a/src/python-systemd/_daemon.c +++ b/src/python-systemd/_daemon.c @@ -29,7 +29,7 @@ #include <assert.h> #include <sys/socket.h> -#include <systemd/sd-daemon.h> +#include "systemd/sd-daemon.h" #include "pyutil.h" #include "macro.h" |