comparison loader/qtx/qtxload.c @ 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 59466c2ce1f0
children 1b05ff23d572
comparison
equal deleted inserted replaced
26536:40f47cc46192 26537:4120a65789a8
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 4
5 #include "qtxsdk/components.h" 5 #include "qtxsdk/components.h"
6 #include "qtxsdk/select.h" 6 #include "qtxsdk/select.h"
7 #include "ldt_keeper.h"
7 #include "mp_msg.h" 8 #include "mp_msg.h"
8 9
9 /* ilyen egy sima komponens */ 10 /* ilyen egy sima komponens */
10 ComponentResult ComponentDummy( 11 ComponentResult ComponentDummy(
11 ComponentParameters *params, 12 ComponentParameters *params,