• E
    build: fix compiler warning · 9ba934c6
    Eric Blake 提交于
    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>.
    9ba934c6
node_device_driver.c 17.9 KB