update makefile and main.c to reflect changes of previous commit, also place tempfile...
[systembsd.git] / src / main.c
index 2ff00fddfad06945dcf15802bfa0ecf0ddc8b4a8..42a47790327192dcff2246781c09f9560b914ee2 100644 (file)
@@ -1,7 +1,8 @@
-#include "modules/hostnamed/hostnamed.c"
+#include <gio/gio.h>
+#include "interfaces/hostnamed/hostnamed.c"
 
 int main() {
        hostnamed_init();
-       for(;;) {}
+       
        return 0;
 }