浏览代码

Fix fcntl.h include

Serj Kalichev 10 年之前
父节点
当前提交
1f026f5c68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      clish/shell/shell_expat.c

+ 1 - 1
clish/shell/shell_expat.c

@@ -28,7 +28,7 @@
 #if defined(HAVE_LIB_EXPAT)
 #include <string.h>
 #include <stdlib.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <errno.h>