diff options
Diffstat (limited to 'src/hyper/display.c')
-rw-r--r-- | src/hyper/display.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hyper/display.c b/src/hyper/display.c index 9ffe6c96..7e9d364a 100644 --- a/src/hyper/display.c +++ b/src/hyper/display.c @@ -50,11 +50,12 @@ * use the value of page->y_off as an offset into the scrolling * region to compute what is actually to be displayed on the page. */ + #define _DISPLAY_C #include "axiom-c-macros.h" -#include "useproto.h" -#include "debug.h" +#include "debug.h" +#include "sockio.h" #include "extent.h" #include "hyper.h" |