Index: uspace/srv/loader/main.c
===================================================================
--- uspace/srv/loader/main.c	(revision 90b8d58f176d051b5f45a211c684f8d1ef2e25dd)
+++ uspace/srv/loader/main.c	(revision 1facf8e0d6cffca7d1bfa7e83afc70530577c543)
@@ -60,6 +60,5 @@
 #include <as.h>
 #include <elf/elf.h>
-
-#include "elf_load.h"
+#include <elf/elf_load.h>
 
 #ifdef CONFIG_RTLD
@@ -349,6 +348,6 @@
 
 	/* Initialize list of loaded modules */
-	list_initialize(&runtime_env->modules_head);
-	list_append(&prog_mod.modules_link, &runtime_env->modules_head);
+	list_initialize(&runtime_env->modules);
+	list_append(&prog_mod.modules_link, &runtime_env->modules);
 
 	/* Pointer to program module. Used as root of the module graph. */
