[MPlayer-cvslog] r26569 - in trunk/loader/qtx: list.c qtxload.c
    diego 
    subversion at mplayerhq.hu
       
    Mon Apr 28 15:05:26 CEST 2008
    
    
  
Author: diego
Date: Mon Apr 28 15:05:25 2008
New Revision: 26569
Log:
Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration
of function warnings.
Modified:
   trunk/loader/qtx/list.c
   trunk/loader/qtx/qtxload.c
Modified: trunk/loader/qtx/list.c
==============================================================================
--- trunk/loader/qtx/list.c	(original)
+++ trunk/loader/qtx/list.c	Mon Apr 28 15:05:25 2008
@@ -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);
Modified: trunk/loader/qtx/qtxload.c
==============================================================================
--- trunk/loader/qtx/qtxload.c	(original)
+++ trunk/loader/qtx/qtxload.c	Mon Apr 28 15:05:25 2008
@@ -4,6 +4,7 @@
 
 #include "qtxsdk/components.h"
 #include "qtxsdk/select.h"
+#include "ldt_keeper.h"
 #include "mp_msg.h"
 
 /* ilyen egy sima komponens */
    
    
More information about the MPlayer-cvslog
mailing list