Commit 71fecf4d authored by Max Kellermann's avatar Max Kellermann

unix/PidFile: add missing include stdlib.h for strtoul()

parent 0f75c796
......@@ -26,6 +26,7 @@
#include <assert.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
class PidFile {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment