# | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
---|---|---|
13 | #include <ctype.h> | |
14 | ||
15 | #include "ray.h" | |
16 | + | #include "paths.h" |
17 | #include "rpaint.h" | |
18 | ||
19 | #define CTRL(c) ((c)-'@') | |
# | Line 35 | Line 36 | devopen( /* open device driver */ | |
36 | char *dname | |
37 | ) | |
38 | { | |
39 | < | extern char *progname, *octname; |
39 | > | extern char *octname; |
40 | char *id; | |
41 | int i; | |
42 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |