changeset 26537:4120a65789a8

Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration of function warnings.
author diego
date Mon, 28 Apr 2008 13:05:25 +0000
parents 40f47cc46192
children 1b05ff23d572
files loader/qtx/list.c loader/qtx/qtxload.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
--- 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 */