diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helpers/SdDaemon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers/SdDaemon.cpp b/src/helpers/SdDaemon.cpp index 48c23e6b..80944794 100644 --- a/src/helpers/SdDaemon.cpp +++ b/src/helpers/SdDaemon.cpp @@ -8,6 +8,7 @@ #include <sys/socket.h> #include <sys/un.h> #include <string.h> +#include <stdlib.h> #include <cstring> namespace Systemd { |