add two missing header file inclusions

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1859 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-09-18 21:31:21 +00:00
parent eb23601bb7
commit 6b2fd2328a
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@
#include <string.h>
#include <pulse/xmalloc.h>
#include <pulse/util.h>
#include <pulsecore/core-util.h>
#include <pulsecore/log.h>

View file

@ -41,6 +41,7 @@
#include <pulsecore/llist.h>
#include <pulsecore/rtsig.h>
#include <pulsecore/flist.h>
#include <pulsecore/core-util.h>
#include "rtpoll.h"