Explorar o código

Add headers for Solaris 11 open()

git-svn-id: https://klish.googlecode.com/svn/trunk@578 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev %!s(int64=12) %!d(string=hai) anos
pai
achega
98ec2a2b23
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.