提交 9ba934c6 编写于 作者: E Eric Blake

build: fix compiler warning

node_device/node_device_driver.c: In function 'nodeDeviceVportCreateDelete':
node_device/node_device_driver.c:423: error: implicit declaration of function 'stat' [-Wimplicit-function-declaration]

* src/node_device/node_device_driver.c (includes): Add <sys/stat.h>.
上级 1dcd5ab9
/*
* node_device.c: node device enumeration
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2008 Virtual Iron Software, Inc.
* Copyright (C) 2008 David F. Lively
*
......@@ -27,6 +28,7 @@
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#include <sys/stat.h>
#include "virterror_internal.h"
#include "datatypes.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册