| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * x11image.c - driver for X-windows | |
| # | Line 22 | Line 22 | static const char RCSid[] = "$Id"; | |
| 22 | #include <signal.h> | |
| 23 | #include <unistd.h> | |
| 24 | #include <sys/types.h> | |
| 25 | < | #include <wait.h> |
| 25 | > | #include <sys/wait.h> |
| 26 | #include <X11/Xlib.h> | |
| 27 | #include <X11/cursorfont.h> | |
| 28 | #include <X11/Xutil.h> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |