X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=procd.c;h=8dcd924ebabbc1cba4996401b43e988743ac03f8;hp=ad8028441d597b2c806074b242ee52fa89463605;hb=3ff99010e61a0299257ffc91467a16d278a7e774;hpb=dc3988c38546c37a02030af8201048272caa7ded diff --git a/procd.c b/procd.c index ad80284..8dcd924 100644 --- a/procd.c +++ b/procd.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include @@ -69,6 +70,7 @@ int main(int argc, char **argv) else procd_state_next(); uloop_run(); + uloop_done(); return 0; }