diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +#ifndef fooutilshfoo +#define fooutilshfoo + +#include <systemd/sd-bus.h> struct list_head { struct list_head *next; @@ -102,3 +106,5 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(sd_bus_message *, sd_bus_message_unref); DEFINE_TRIVIAL_CLEANUP_FUNC(sd_event_source *, sd_event_source_unref); #define _cleanup_event_source_unref_ _cleanup_(sd_event_source_unrefp) +#endif + |