# HG changeset patch # User diego # Date 1209387925 0 # Node ID 4120a65789a80f552ab74873e919246150fefd39 # Parent 40f47cc46192f6e722ec26242b5d08554ea23c10 Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration of function warnings. diff -r 40f47cc46192 -r 4120a65789a8 loader/qtx/list.c --- a/loader/qtx/list.c Mon Apr 28 12:41:39 2008 +0000 +++ b/loader/qtx/list.c Mon Apr 28 13:05:25 2008 +0000 @@ -8,6 +8,7 @@ #include "qtxsdk/components.h" #include "qtxsdk/select.h" +#include "ldt_keeper.h" char* get_path(const char* x){ return strdup(x);} void* LoadLibraryA(char* name); diff -r 40f47cc46192 -r 4120a65789a8 loader/qtx/qtxload.c --- a/loader/qtx/qtxload.c Mon Apr 28 12:41:39 2008 +0000 +++ b/loader/qtx/qtxload.c Mon Apr 28 13:05:25 2008 +0000 @@ -4,6 +4,7 @@ #include "qtxsdk/components.h" #include "qtxsdk/select.h" +#include "ldt_keeper.h" #include "mp_msg.h" /* ilyen egy sima komponens */