summaryrefslogtreecommitdiffstats
path: root/loader/qtx/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/list.c')
-rw-r--r--loader/qtx/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/qtx/list.c b/loader/qtx/list.c
index 0140f9b954..8c1ea6abe2 100644
--- a/loader/qtx/list.c
+++ b/loader/qtx/list.c
@@ -8,7 +8,7 @@
#include "qtxsdk/components.h"
#include "qtxsdk/select.h"
-#include "ldt_keeper.h"
+#include "loader/ldt_keeper.h"
char* get_path(const char* x){ return strdup(x);}
void* LoadLibraryA(char* name);