Fix the moved rtclock.h header in the Solaris module.

This commit is contained in:
Diego Elio 'Flameeyes' Pettenò 2009-06-25 11:47:23 +02:00 committed by Lennart Poettering
parent de40e41446
commit 24564afc43

View file

@ -46,6 +46,7 @@
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulse/timeval.h> #include <pulse/timeval.h>
#include <pulse/util.h> #include <pulse/util.h>
#include <pulse/rtclock.h>
#include <pulsecore/iochannel.h> #include <pulsecore/iochannel.h>
#include <pulsecore/sink.h> #include <pulsecore/sink.h>
@ -59,7 +60,6 @@
#include <pulsecore/thread-mq.h> #include <pulsecore/thread-mq.h>
#include <pulsecore/rtpoll.h> #include <pulsecore/rtpoll.h>
#include <pulsecore/thread.h> #include <pulsecore/thread.h>
#include <pulsecore/rtclock.h>
#include "module-solaris-symdef.h" #include "module-solaris-symdef.h"