hostnamed implementation coming along, implements introspectable now. had to switch...
[systembsd.git] / src / main.c
index 52386992f243ac3493fa5be4ce2d0dba7c6a82d2..a51b30d84f76fd2b5689ceee737a0d2e52a8a8ca 100644 (file)
@@ -1,5 +1,8 @@
+#include <gio/gio.h>
 #include "modules/hostnamed/hostnamed.c"
 
 int main() {
+       hostnamed_init();
+       
        return 0;
-}      
+}