aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c5
-rw-r--r--src/modules/hostnamed/hostnamed.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..5238699
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,5 @@
+#include "modules/hostnamed/hostnamed.c"
+
+int main() {
+ return 0;
+}
diff --git a/src/modules/hostnamed/hostnamed.c b/src/modules/hostnamed/hostnamed.c
new file mode 100644
index 0000000..ee25324
--- /dev/null
+++ b/src/modules/hostnamed/hostnamed.c
@@ -0,0 +1,2 @@
+#include <glib-2.0/glib.h>
+