comparison src/toplev.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 095a1e670e68
comparison
equal deleted inserted replaced
10181:a668fbd32e34 10182:0522a65bcd56
34 #include <fstream> 34 #include <fstream>
35 #include <iostream> 35 #include <iostream>
36 #include <sstream> 36 #include <sstream>
37 #include <string> 37 #include <string>
38 38
39 #ifdef HAVE_UNISTD_H
40 #ifdef HAVE_SYS_TYPES_H
41 #include <sys/types.h> 39 #include <sys/types.h>
42 #endif
43 #include <unistd.h> 40 #include <unistd.h>
44 #endif
45 41
46 #include "cmd-edit.h" 42 #include "cmd-edit.h"
47 #include "file-ops.h" 43 #include "file-ops.h"
48 #include "lo-error.h" 44 #include "lo-error.h"
49 #include "lo-mappers.h" 45 #include "lo-mappers.h"