Explorar el Código

Fix fcntl.h include

Serj Kalichev hace 10 años
padre
commit
1f026f5c68
Se han modificado 1 ficheros con 1 adiciones y 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>