Index: uspace/srv/ns/clonable.c
===================================================================
--- uspace/srv/ns/clonable.c	(revision 1035437cfaf64cf0a0d58b00fba5af28339c7e42)
+++ uspace/srv/ns/clonable.c	(revision 3bf907ab10516755767898b1ff0d5485f3c73729)
@@ -39,4 +39,5 @@
 #include <stdio.h>
 #include <malloc.h>
+#include <loader/loader.h>
 #include "clonable.h"
 #include "ns.h"
Index: uspace/srv/ns/ns.c
===================================================================
--- uspace/srv/ns/ns.c	(revision 1035437cfaf64cf0a0d58b00fba5af28339c7e42)
+++ uspace/srv/ns/ns.c	(revision 3bf907ab10516755767898b1ff0d5485f3c73729)
@@ -46,4 +46,5 @@
 #include <event.h>
 #include <macros.h>
+#include <sysinfo.h>
 #include "ns.h"
 #include "service.h"
