diff options
Diffstat (limited to 'src/hyper/macro.c')
-rw-r--r-- | src/hyper/macro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hyper/macro.c b/src/hyper/macro.c index 80bd3dc6..7d681c78 100644 --- a/src/hyper/macro.c +++ b/src/hyper/macro.c @@ -35,9 +35,9 @@ #define _MACRO_C #include "axiom-c-macros.h" -#include "useproto.h" -#include "debug.h" +#include "debug.h" +#include "sockio.h" #include "parse.h" #include "hyper.h" |