1
0
Преглед на файлове

Add headers for Solaris 11 open()

git-svn-id: https://klish.googlecode.com/svn/trunk@578 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev преди 12 години
родител
ревизия
98ec2a2b23
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      clish/shell/shell_execute.c

+ 2 - 0
clish/shell/shell_execute.c

@@ -11,9 +11,11 @@
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
+#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <signal.h>
+#include <fcntl.h>
 
 /*
  * These are the internal commands for this framework.