summaryrefslogtreecommitdiffstats
path: root/src/polyp/polypaudio.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-05-18 06:45:43 +0000
committerPierre Ossman <ossman@cendio.se>2006-05-18 06:45:43 +0000
commit0796ead0db250f6a46a7531c9db471592ed6e129 (patch)
treedd812f396d9c933bf2dbcba9deb790c91a1fe1d1 /src/polyp/polypaudio.h
parent5f458db84f38c52170af26be93156c24ac7831fc (diff)
Move timeval calculation functions into their own file.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@926 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/polypaudio.h')
-rw-r--r--src/polyp/polypaudio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/polyp/polypaudio.h b/src/polyp/polypaudio.h
index 51e3f970..c172315b 100644
--- a/src/polyp/polypaudio.h
+++ b/src/polyp/polypaudio.h
@@ -41,6 +41,7 @@
#include <polyp/mainloop.h>
#include <polyp/mainloop-signal.h>
#include <polyp/util.h>
+#include <polyp/timeval.h>
/** \file
* Include all polyplib header files at once. The following
@@ -48,7 +49,8 @@
* \ref context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h,
* \ref scache.h, \ref version.h, \ref error.h, \ref channelmap.h,
* \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
- * thread-mainloop.h, \ref mainloop.h, \ref util.h and \ref mainloop-signal.h at once */
+ * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref timeval.h and
+ * \ref mainloop-signal.h at once */
/** \mainpage
*