summaryrefslogtreecommitdiffstats
path: root/polyp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-04 20:01:13 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-04 20:01:13 +0000
commit2aad9e3ae2aa53d13458faf148946cf7e7d87627 (patch)
tree3393ab33c304ed966a67d044b174147d9acf44dd /polyp
parent344ced4622ffc9d38ab0388d3ed44fe55ce5e86c (diff)
compilation fix
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@272 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp')
-rw-r--r--polyp/xmalloc.c1
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"