include sd-daemon.h for sd_booted()

This commit is contained in:
Simon McVittie 2013-02-27 19:32:15 +00:00
parent 88642f6fee
commit ef72d5df98

View file

@ -58,6 +58,8 @@
#include <sys/syslimits.h>
#endif
#include "sd-daemon.h"
#ifndef O_BINARY
#define O_BINARY 0
#endif