1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-31 21:18:09 +03:00

notify: add missing include

This commit is contained in:
Lennart Poettering 2010-10-05 21:49:01 +02:00
parent 9b85fc6a89
commit f031e85fc0

View 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;