diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-04-11 17:06:41 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-04-11 17:06:41 +0000 |
commit | 55f273eb008cac7c2307057aa0ce85cf297b982c (patch) | |
tree | f4482af0f3d24a8d7d4e615d91f258573a5270b1 /src/pulsecore/hook-list.h | |
parent | 07f5c1d8e433b5feb4f8b7a4307477e071234f1a (diff) |
s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2261 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/hook-list.h')
-rw-r--r-- | src/pulsecore/hook-list.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pulsecore/hook-list.h b/src/pulsecore/hook-list.h index b3bd600a..c288980d 100644 --- a/src/pulsecore/hook-list.h +++ b/src/pulsecore/hook-list.h @@ -24,9 +24,10 @@ USA. ***/ -#include <pulsecore/llist.h> #include <pulse/xmalloc.h> -#include <pulsecore/gccmacro.h> +#include <pulse/gccmacro.h> + +#include <pulsecore/llist.h> typedef struct pa_hook_slot pa_hook_slot; typedef struct pa_hook pa_hook; |