summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-05 18:01:51 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-05 18:01:51 +0000
commiteacffc3e4d581f0fe57536e7ccfba7293623586c (patch)
treef175bdae03bbf06fba38029b8e75b2ced63e3af5
parent8c5a75dfb2414aad449ad5de3354afdb48d556a7 (diff)
To access the new pa_gettimeofday() we need to include util.h.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@373 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--polyp/pdispatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/pdispatch.c b/polyp/pdispatch.c
index 9e808756..60dd911c 100644
--- a/polyp/pdispatch.c
+++ b/polyp/pdispatch.c
@@ -32,6 +32,7 @@
#include "xmalloc.h"
#include "llist.h"
#include "log.h"
+#include "util.h"
/*#define DEBUG_OPCODES */