Sfoglia il codice sorgente

Fix fcntl.h include

Serj Kalichev 12 anni fa
parent
commit
1f026f5c68
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>