--- libaitio/inc/global.h 2011/04/20 22:56:32 1.6 +++ libaitio/inc/global.h 2011/10/31 13:53:51 1.8 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.6 2011/04/20 22:56:32 misho Exp $ +* $Id: global.h,v 1.8 2011/10/31 13:53:51 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,8 +47,6 @@ SUCH DAMAGE. #define __GLOBAL_H -#define COMPAT_43TTY - #include "config.h" #include @@ -60,24 +58,30 @@ SUCH DAMAGE. #include #include #include +#include #include #include #include +#include #include #include #include #include #include -#include -#include -#include -#include +#ifndef __OpenBSD__ +#include +#include +#else +#include +#endif #ifdef AIO_OPS #include #endif +#include "atree.h" +#include "apatricia.h" #include "aitio.h" #include "defs.h"