diff options
Diffstat (limited to '')
| -rw-r--r-- | boxes.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -35,9 +35,8 @@ config BOXES | |||
| 35 | */ | 35 | */ |
| 36 | 36 | ||
| 37 | #include "toys.h" | 37 | #include "toys.h" |
| 38 | #include "toynet.h" | ||
| 39 | 38 | ||
| 40 | DEFINE_GLOBALS( | 39 | GLOBALS( |
| 41 | char *mode; | 40 | char *mode; |
| 42 | long h, w; | 41 | long h, w; |
| 43 | // TODO - actually, these should be globals in the library, and leave this buffer alone. | 42 | // TODO - actually, these should be globals in the library, and leave this buffer alone. |
