| # | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 5 | * Holodeck display process communication | |
| 6 | */ | |
| 7 | ||
| 8 | – | #include <sys/uio.h> |
| 9 | – | #include <string.h> |
| 10 | – | |
| 8 | #include "rholo.h" | |
| 9 | #include "rhdisp.h" | |
| 10 | #include "rtprocess.h" | |
| 11 | + | #include <sys/uio.h> |
| 12 | + | #include <string.h> |
| 13 | ||
| 14 | #ifndef HDSUF | |
| 15 | #define HDSUF ".hdi" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |