mirror of
https://github.com/openvswitch/ovs
synced 2025-08-29 13:27:59 +00:00
lib: Remove warnings in daemon.c
On some platforms compilation of daemon.c results in implicit declaration of function fstat and stat warnings.
This commit is contained in:
parent
444b381ed1
commit
309eaa2bc4
@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "command-line.h"
|
||||
#include "fatal-signal.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user