comparison src/variables.cc @ 2470:1e673f0648b5

[project @ 1996-11-05 21:46:06 by jwe]
author jwe
date Tue, 05 Nov 1996 21:47:59 +0000
parents e46137c06781
children b8c53143581b
comparison
equal deleted inserted replaced
2469:f201716926bb 2470:1e673f0648b5
39 #include <sys/types.h> 39 #include <sys/types.h>
40 #endif 40 #endif
41 #include <unistd.h> 41 #include <unistd.h>
42 #endif 42 #endif
43 43
44 #if defined (USE_READLINE)
44 #include <readline/readline.h> 45 #include <readline/readline.h>
46 #endif
45 47
46 #include "file-ops.h" 48 #include "file-ops.h"
47 #include "oct-glob.h" 49 #include "oct-glob.h"
48 #include "str-vec.h" 50 #include "str-vec.h"
49 51