]> code.delx.au - pulseaudio/commitdiff
Fix the moved rtclock.h header in the Solaris module.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 25 Jun 2009 09:47:23 +0000 (11:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Jun 2009 15:41:18 +0000 (17:41 +0200)
src/modules/module-solaris.c

index 08fe6f5832e67c7aecfa560ef1bcc94bf95277db..e6191058b7282da87e7267dec2a5599d1ecd6705 100644 (file)
@@ -46,6 +46,7 @@
 #include <pulse/xmalloc.h>
 #include <pulse/timeval.h>
 #include <pulse/util.h>
+#include <pulse/rtclock.h>
 
 #include <pulsecore/iochannel.h>
 #include <pulsecore/sink.h>
@@ -59,7 +60,6 @@
 #include <pulsecore/thread-mq.h>
 #include <pulsecore/rtpoll.h>
 #include <pulsecore/thread.h>
-#include <pulsecore/rtclock.h>
 
 #include "module-solaris-symdef.h"