Procházet zdrojové kódy

Fix fcntl.h include

Serj Kalichev před 10 roky
rodič
revize
4e2e18a482
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>