summaryrefslogtreecommitdiff
path: root/src/coroutine_winfibers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coroutine_winfibers.c')
-rw-r--r--src/coroutine_winfibers.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coroutine_winfibers.c b/src/coroutine_winfibers.c
index ef07c1c..5c49ce3 100644
--- a/src/coroutine_winfibers.c
+++ b/src/coroutine_winfibers.c
@@ -19,6 +19,9 @@
*/
#include "config.h"
+#include "common/log.h"
+SPICE_LOG_DOMAIN_STATIC("coroutine");
+
#include <stdio.h>
#include <glib.h>