From eacffc3e4d581f0fe57536e7ccfba7293623586c Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 18:01:51 +0000 Subject: [PATCH] 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 --- polyp/pdispatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polyp/pdispatch.c b/polyp/pdispatch.c index 9e8087567..60dd911c3 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 */