From 2b26517ef705c4043419e2e70dacd7760af1137e Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Apr 2014 20:37:57 +0200 Subject: dispatch: move into its own source file This was part of osdep/threads.c out of laziness. But it doesn't contain anything OS dependent. Note that the rest of threads.c actually isn't all that OS dependent either (just some minor ifdeffery to work around the lack of clock_gettime() on OSX). --- player/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/client.c') diff --git a/player/client.c b/player/client.c index afcff83f9f..083785b0ee 100644 --- a/player/client.c +++ b/player/client.c @@ -23,6 +23,7 @@ #include "common/msg.h" #include "common/msg_control.h" #include "input/input.h" +#include "misc/dispatch.h" #include "options/m_config.h" #include "options/m_option.h" #include "options/m_property.h" -- cgit v1.2.3