2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 13:58:14 +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:
Ethan Jackson 2010-10-14 22:59:11 +00:00
parent 444b381ed1
commit 309eaa2bc4

View File

@ -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"