comparison src/dirfns.cc @ 10182:0522a65bcd56

assume unistd.h and sys/types.h exist
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 15:41:19 -0500
parents cd96d29c5efa
children 4d433bd2d4dc
comparison
equal deleted inserted replaced
10181:a668fbd32e34 10182:0522a65bcd56
32 #include <cstring> 32 #include <cstring>
33 33
34 #include <sstream> 34 #include <sstream>
35 #include <string> 35 #include <string>
36 36
37 #ifdef HAVE_UNISTD_H
38 #ifdef HAVE_SYS_TYPES_H
39 #include <sys/types.h> 37 #include <sys/types.h>
40 #endif
41 #include <unistd.h> 38 #include <unistd.h>
42 #endif
43 39
44 #include "file-ops.h" 40 #include "file-ops.h"
45 #include "file-stat.h" 41 #include "file-stat.h"
46 #include "glob-match.h" 42 #include "glob-match.h"
47 #include "oct-env.h" 43 #include "oct-env.h"