--- libaitio/inc/global.h 2011/04/20 22:56:32 1.6 +++ libaitio/inc/global.h 2011/09/19 21:59:57 1.7.4.2 @@ -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.7.4.2 2011/09/19 21:59:57 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -69,6 +69,12 @@ SUCH DAMAGE. #include #include #include +#ifndef __OpenBSD__ +#include +#include +#else +#include +#endif #include #include #include @@ -78,6 +84,8 @@ SUCH DAMAGE. #endif +#include "atree.h" +#include "apatricia.h" #include "aitio.h" #include "defs.h"