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/pulse/xmalloc.c | |
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/pulse/xmalloc.c')
-rw-r--r-- | src/pulse/xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/xmalloc.c b/src/pulse/xmalloc.c index 5348dda4..28490975 100644 --- a/src/pulse/xmalloc.c +++ b/src/pulse/xmalloc.c @@ -30,8 +30,8 @@ #include <unistd.h> #include <string.h> +#include <pulse/gccmacro.h> #include <pulsecore/core-util.h> -#include <pulsecore/gccmacro.h> #include <pulsecore/macro.h> #include "xmalloc.h" |