Skip to content
Snippets Groups Projects
Commit 437b6743 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add missing header file

parent 88eabf99
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
#include <stdint.h>
#include <oblibs/log.h>
#include <oblibs/sastr.h>
#include <66/service.h>
#include <66/graph.h>
......@@ -30,5 +31,6 @@ void service_graph_g(char const *alist, size_t alen, graph_t *graph, resolve_ser
log_warn("no services matching the requirements at tree: ", info->treename.s) ;
return ;
}
service_graph_build(graph, ares, (*areslen), flag) ;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment