]> git.sesse.net Git - vlc/blobdiff - src/misc/modules.c
. splitted modules.h into modules.h and modules_core.h to enable
[vlc] / src / misc / modules.c
index 0f533f51901696085b0a1602fb4f9d1e82c9662b..94d2796894756ca2773b5da97681fe51bb9256ce 100644 (file)
@@ -52,6 +52,7 @@
 
 #include "intf_msg.h"
 #include "modules.h"
+#include "modules_core.h"
 
 /* Local prototypes */
 static int AllocateDynModule( module_bank_t * p_bank, char * psz_filename );