소스 검색

Fix fcntl.h include

Serj Kalichev 10 년 전
부모
커밋
4e2e18a482
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>