unix/PidFile: add missing include stdlib.h for strtoul()
This commit is contained in:
parent
0f75c79665
commit
71fecf4d1f
@ -26,6 +26,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
class PidFile {
|
||||
|
Loading…
Reference in New Issue
Block a user