Index: uspace/lib/c/generic/dlfcn.c
===================================================================
--- uspace/lib/c/generic/dlfcn.c	(revision 04803bf8f1da7bdbf5ff9493b1ebf9a322103841)
+++ uspace/lib/c/generic/dlfcn.c	(revision d9f53877c83a2ddc2668567168e75a24406af55c)
@@ -39,7 +39,6 @@
 #include <dlfcn.h>
 
-/* From librtld. */
-#include <module.h>
-#include <symbol.h>
+#include <rtld/module.h>
+#include <rtld/symbol.h>
 
 void *dlopen(const char *path, int flag)
