examples/cuse_client: add include file to eliminate compiler warning (#568)

Compiler warning about close(fd), add include file to fix.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
Co-authored-by: haoyixing <haoyixing@kuaishou.com>
This commit is contained in:
Rethan
2020-11-24 17:28:13 +08:00
committed by GitHub
parent d77aa6f9e1
commit 10285c2dd4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <unistd.h>
#include "ioctl.h"
const char *usage =
+1
View File
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <unistd.h>
#include "ioctl.h"
const char *usage =