Fix PA_USEC_PER_SEC missing

This commit is contained in:
João Paulo Rechi Vita 2008-08-11 13:52:59 -03:00 committed by Lennart Poettering
parent a3f075670a
commit b8b761a81f

View file

@ -26,6 +26,7 @@
#include <string.h>
#include <pulse/xmalloc.h>
#include <pulse/timeval.h>
#include <pulsecore/module.h>
#include <pulsecore/modargs.h>
#include <pulsecore/thread.h>