mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 23:04:52 +00:00
Fix compiling with defined DEBUG_DISPATCHER
setup_dummy_signal_handler was used before declared Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
3b2fd86e8a
commit
fb1b30a0e5
@ -36,6 +36,8 @@
|
||||
|
||||
#ifdef DEBUG_DISPATCHER
|
||||
#include <signal.h>
|
||||
|
||||
static void setup_dummy_signal_handler(void);
|
||||
#endif
|
||||
|
||||
G_DEFINE_TYPE(Dispatcher, dispatcher, G_TYPE_OBJECT)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user