Commit 4461c3d5 authored by Max Kellermann's avatar Max Kellermann

daemon: include glib.h on WIN32 for g_error()

parent fef46bcf
......@@ -48,6 +48,7 @@ daemonize_finish(void)
void
daemonize_kill(void);
#else
#include <glib.h>
static inline void
daemonize_kill(void)
{ g_error("--kill is not available on WIN32"); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment