chiark / gitweb /
notify: add missing include
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Oct 2010 19:49:01 +0000 (21:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Oct 2010 19:49:01 +0000 (21:49 +0200)
src/notify.c

index 61c4b0f92f0d46fecb4170d76d5c103538fde996..fe33ac0b8c04eebb8cbba0793e1fe1a94178146b 100644 (file)
@@ -31,6 +31,7 @@
 #include "util.h"
 #include "log.h"
 #include "sd-daemon.h"
+#include "sd-notify.h"
 
 static bool arg_ready = false;
 static pid_t arg_pid = 0;