diff options
Diffstat (limited to 'src/hyper/extent2.c')
-rw-r--r-- | src/hyper/extent2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hyper/extent2.c b/src/hyper/extent2.c index 5a7a6848..40ed44a6 100644 --- a/src/hyper/extent2.c +++ b/src/hyper/extent2.c @@ -40,12 +40,13 @@ * Copyright The Numerical Algorithms Group Limited 1991, 1992, 1993. * ****************************************************************************/ + #define _EXTENT2_C #include "axiom-c-macros.h" -#include "useproto.h" -#include "debug.h" +#include "debug.h" +#include "sockio.h" #include "extent.h" #include "group.h" #include "titlebar.h" |