Add missing include (fixes build on musl systems)
authorDavin McCall <davmac@davmac.org>
Sun, 21 Oct 2018 13:37:45 +0000 (14:37 +0100)
committerDavin McCall <davmac@davmac.org>
Sun, 21 Oct 2018 13:37:45 +0000 (14:37 +0100)
src/proc-service.cc

index e6ad098e09ba02160cf7340721a436afe4797ffa..99e0f1e5c31f50ad2c3ec4606307dae4d42ad720 100644 (file)
@@ -1,3 +1,5 @@
+#include <cstring>
+
 #include <sys/un.h>
 #include <sys/socket.h>