Explorar o código

Fix fcntl.h include

Serj Kalichev %!s(int64=10) %!d(string=hai) anos
pai
achega
4e2e18a482
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>