aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-13 19:01:10 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-13 19:01:10 +0000
commit3e7cc2a6c139acf2ac4192bec569dd685958859a (patch)
tree0b943a33bee311048b55b44b2b73faebf5827cdd /db1-ast
parent7fc5d084e2c1df6f5a8c1d9d23326fcffb942ae7 (diff)
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
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