Fix build on systems without systemd

This commit is contained in:
Drew DeVault 2017-08-13 08:21:57 -04:00
parent de4dff79b2
commit e6a7817e45
3 changed files with 4 additions and 4 deletions

2
dummy.c Normal file
View file

@ -0,0 +1,2 @@
// This is used to make meson happy
void dummy(void);