diff options
Diffstat (limited to 'src/systemd-notify')
-rw-r--r-- | src/systemd-notify/Makefile | 4 | ||||
-rw-r--r-- | src/systemd-notify/notify.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/systemd-notify/Makefile b/src/systemd-notify/Makefile index 1ad00ad96c..c5402385b9 100644 --- a/src/systemd-notify/Makefile +++ b/src/systemd-notify/Makefile @@ -20,9 +20,13 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. +include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk +include $(topsrcdir)/build-aux/Makefile.head.mk + systemd_notify_SOURCES = \ src/notify/notify.c systemd_notify_LDADD = \ libshared.la +include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/systemd-notify/notify.c b/src/systemd-notify/notify.c index 49f97c61d9..b18fb5938f 100644 --- a/src/systemd-notify/notify.c +++ b/src/systemd-notify/notify.c @@ -23,7 +23,7 @@ #include <stdlib.h> #include <unistd.h> -#include "sd-daemon.h" +#include <systemd/sd-daemon.h> #include "alloc-util.h" #include "env-util.h" |