| # | Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 14 | #include <math.h> | |
| 15 | #include <sys/ioctl.h> | |
| 16 | #include <fcntl.h> | |
| 17 | + | #ifdef sparc |
| 18 | + | #include <sys/conf.h> |
| 19 | + | #include <sys/file.h> |
| 20 | + | #include <sys/filio.h> |
| 21 | + | #endif |
| 22 | ||
| 23 | #include <X11/Xlib.h> | |
| 24 | #include <X11/cursorfont.h> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |