comparison src/defaults.cc @ 2442:f667d7ec08b9

[project @ 1996-10-30 18:46:22 by jwe]
author jwe
date Wed, 30 Oct 1996 18:46:25 +0000
parents 91752cdf8981
children 1573640a9994
comparison
equal deleted inserted replaced
2441:91752cdf8981 2442:f667d7ec08b9
37 #include <cstdlib> 37 #include <cstdlib>
38 38
39 #include <string> 39 #include <string>
40 40
41 #ifdef HAVE_UNISTD_H 41 #ifdef HAVE_UNISTD_H
42 #ifdef HAVE_SYS_TYPES_H
42 #include <sys/types.h> 43 #include <sys/types.h>
44 #endif
43 #include <unistd.h> 45 #include <unistd.h>
44 #endif 46 #endif
45 47
46 #include "defaults.h" 48 #include "defaults.h"
47 #include "defun.h" 49 #include "defun.h"