diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-11-04 20:01:13 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-11-04 20:01:13 +0000 |
commit | 2aad9e3ae2aa53d13458faf148946cf7e7d87627 (patch) | |
tree | 3393ab33c304ed966a67d044b174147d9acf44dd /polyp/xmalloc.c | |
parent | 344ced4622ffc9d38ab0388d3ed44fe55ce5e86c (diff) |
compilation fix
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@272 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/xmalloc.c')
-rw-r--r-- | polyp/xmalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/xmalloc.c b/polyp/xmalloc.c index 709e46e5..981b3c92 100644 --- a/polyp/xmalloc.c +++ b/polyp/xmalloc.c @@ -26,6 +26,7 @@ #include <stdlib.h> #include <signal.h> #include <assert.h> +#include <unistd.h> #include "memory.h" #include "util.h" |