man: add missing headers to glib-event-glue.c

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-21 16:38:51 +01:00
parent 1027e0dc4d
commit 0760dfc62f

View file

@ -2,6 +2,8 @@
/* Copyright 2014 Tom Gundersen */
#include <stdlib.h>
#include <glib.h>
#include <systemd/sd-event.h>
typedef struct SDEventSource {
GSource source;