summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-06-29 23:39:30 +0200
committerDavid Härdeman <david@hardeman.nu>2015-06-29 23:39:30 +0200
commit896a0dcc4a6cace45257b938942fd02610bb585f (patch)
treef4ad7404f2baa5c0c66fb5bbc9d8f9df449d11ca /utils.h
parentcf2f0b97355586d75b740d6a0d1f576df436e783 (diff)
Split keymap handling to separate file
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 548d444..33cff05 100644
--- a/utils.h
+++ b/utils.h
@@ -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
+