]> git.pld-linux.org Git - packages/systemd.git/blobdiff - systemd_booted.c
fix elfutils dependency
[packages/systemd.git] / systemd_booted.c
index b463bc78e4132aba0b2f34aeede914f39ca10be0..d9ca3ca59d59262c4dd9109ca2c2dbf3962fc8cb 100644 (file)
@@ -1,4 +1,4 @@
-#include "sd-daemon.h"
+#include "systemd/sd-daemon.h"
 
 int main(int argc, char*argv[]) {
        return (sd_booted() > 0) ? 0 : 1;
This page took 0.448554 seconds and 4 git commands to generate.