To access the new pa_gettimeofday() we need to include util.h.
authorPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2006 18:01:51 +0000 (18:01 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2006 18:01:51 +0000 (18:01 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@373 fefdeb5f-60dc-0310-8127-8f9354f1896f

polyp/pdispatch.c

index 9e80875..60dd911 100644 (file)
@@ -32,6 +32,7 @@
 #include "xmalloc.h"
 #include "llist.h"
 #include "log.h"
+#include "util.h"
 
 /*#define DEBUG_OPCODES */