summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/llist.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-12 23:35:44 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-12 23:35:44 +0000
commit80d73dd21b0af1970ec3cedfe1490acc39f7c221 (patch)
tree7c16f455d5c02665a54f44b6539e26b260f06da9 /src/pulsecore/llist.h
parent7f70ca31a148edd2bbe82d1424d02fa50892d9bc (diff)
implement typeafe hook chain
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1231 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/llist.h')
-rw-r--r--src/pulsecore/llist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/llist.h b/src/pulsecore/llist.h
index 9ce24e74..c50b8a78 100644
--- a/src/pulsecore/llist.h
+++ b/src/pulsecore/llist.h
@@ -22,6 +22,8 @@
USA.
***/
+#include <assert.h>
+
/* Some macros for maintaining doubly linked lists */
/* The head of the linked list. Use this in the structure that shall