diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-19 20:55:54 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-19 20:56:13 +0100 |
commit | 84a6256a01c45079e8a27e37a0fe8715f2254c7b (patch) | |
tree | 271a79d465e416dac518f2ba967051de37af164a /service | |
parent | bc5cdc15f4247dd0d42a636501c5787a6af13b98 (diff) | |
download | unitd-84a6256a01c45079e8a27e37a0fe8715f2254c7b.tar unitd-84a6256a01c45079e8a27e37a0fe8715f2254c7b.zip |
make ue of the md5.c inside libubox
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'service')
-rw-r--r-- | service/instance.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/instance.c b/service/instance.c index ab517d7..20017ce 100644 --- a/service/instance.c +++ b/service/instance.c @@ -20,12 +20,13 @@ #include <stdint.h> #include <fcntl.h> +#include <libubox/md5.h> + #include "../procd.h" #include "service.h" #include "instance.h" -#include "../utils/md5.h" enum { INSTANCE_ATTR_COMMAND, |