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>.
/*
* 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
*
#include <errno.h>
#include <fcntl.h>
#include <time.h>
+#include <sys/stat.h>
#include "virterror_internal.h"
#include "datatypes.h"