From 71fecf4d1feef7c1f4f0a60d3cd535d3ec232a1c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Aug 2015 10:39:51 +0200 Subject: unix/PidFile: add missing include stdlib.h for strtoul() --- src/unix/PidFile.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/PidFile.hxx b/src/unix/PidFile.hxx index 3f97484a1..46b6fbb54 100644 --- a/src/unix/PidFile.hxx +++ b/src/unix/PidFile.hxx @@ -26,6 +26,7 @@ #include #include +#include #include class PidFile { -- cgit v1.2.3