summaryrefslogtreecommitdiffstats
path: root/polyp/xmalloc.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-05 19:53:57 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-05 19:53:57 +0000
commit964bdfd1e8255b57e9d22cd22b3784e2fc79b905 (patch)
tree11676e2930adb42af6ac00e721c4b2a73baf35ef /polyp/xmalloc.h
parent839f99ffbf5b01e585845a061830a6fa5f0743dc (diff)
add initial glib mainloop adapter
clean up mainloop API git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@105 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/xmalloc.h')
-rw-r--r--polyp/xmalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/xmalloc.h b/polyp/xmalloc.h
index 5f58a8ad..45209b05 100644
--- a/polyp/xmalloc.h
+++ b/polyp/xmalloc.h
@@ -2,6 +2,7 @@
#define foomemoryhfoo
#include <sys/types.h>
+#include <stdlib.h>
void* pa_xmalloc(size_t l);
void *pa_xmalloc0(size_t l);