comparison src/file-io.cc @ 2442:f667d7ec08b9

[project @ 1996-10-30 18:46:22 by jwe]
author jwe
date Wed, 30 Oct 1996 18:46:25 +0000
parents 874f758eade5
children d07a5d0b57e2
comparison
equal deleted inserted replaced
2441:91752cdf8981 2442:f667d7ec08b9
41 #include <climits> 41 #include <climits>
42 42
43 #include <iostream.h> 43 #include <iostream.h>
44 44
45 #ifdef HAVE_UNISTD_H 45 #ifdef HAVE_UNISTD_H
46 #ifdef HAVE_SYS_TYPES_H
46 #include <sys/types.h> 47 #include <sys/types.h>
48 #endif
47 #include <unistd.h> 49 #include <unistd.h>
48 #endif 50 #endif
49 51
50 #include "defun.h" 52 #include "defun.h"
51 #include "error.h" 53 #include "error.h"