From 80d73dd21b0af1970ec3cedfe1490acc39f7c221 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 12 Aug 2006 23:35:44 +0000 Subject: implement typeafe hook chain git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1231 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/llist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/llist.h') 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 + /* Some macros for maintaining doubly linked lists */ /* The head of the linked list. Use this in the structure that shall -- cgit