From 3e7cc2a6c139acf2ac4192bec569dd685958859a Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 13 May 2004 19:01:10 +0000 Subject: Add linear file generator, CIRCQ emulation for BSD (bug #1626) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2956 f38db490-d61c-443f-a65b-d21fe96a405b --- db1-ast/include/mpool.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db1-ast') diff --git a/db1-ast/include/mpool.h b/db1-ast/include/mpool.h index 56f17f90d..0cfc5741c 100755 --- a/db1-ast/include/mpool.h +++ b/db1-ast/include/mpool.h @@ -37,6 +37,9 @@ #define _MPOOL_H 1 #include +#ifndef CIRCLEQ_HEAD +#include +#endif /* * The memory pool scheme is a simple one. Each in-memory page is referenced -- cgit v1.2.3