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) ...@@ -48,6 +48,7 @@ daemonize_finish(void)
void void
daemonize_kill(void); daemonize_kill(void);
#else #else
#include <glib.h>
static inline void static inline void
daemonize_kill(void) daemonize_kill(void)
{ g_error("--kill is not available on WIN32"); } { 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