summaryrefslogtreecommitdiff
path: root/db1-ast
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-13 19:01:10 +0000
committerMark Spencer <markster@digium.com>2004-05-13 19:01:10 +0000
commit6b0805633b0bac503f13ffbdeb79c8848b5c9590 (patch)
tree0b943a33bee311048b55b44b2b73faebf5827cdd /db1-ast
parentc9d3a81c3ae7a93ac6331a540a62ff3a6a878495 (diff)
Add linear file generator, CIRCQ emulation for BSD (bug #1626)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'db1-ast')
-rwxr-xr-xdb1-ast/include/mpool.h3
1 files changed, 3 insertions, 0 deletions
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 <sys/queue.h>
+#ifndef CIRCLEQ_HEAD
+#include <circ-queue.h>
+#endif
/*
* The memory pool scheme is a simple one. Each in-memory page is referenced