update makefile and main.c to reflect changes of previous commit, also place tempfile...
[systembsd.git] / src / main.c
CommitLineData
387173cb 1#include <gio/gio.h>
b7f8df44 2#include "interfaces/hostnamed/hostnamed.c"
496f5d66 3
4int main() {
ea207ed3 5 hostnamed_init();
387173cb 6
496f5d66 7 return 0;
ea207ed3 8}