diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-26 00:01:52 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-26 00:01:52 +0000 |
commit | 6210d4c833f338b680972429dfd509545a92f346 (patch) | |
tree | 718aae00931114788d0eee7c5c7010c7efe2078a /pdp_freeframe | |
parent | aee8500c286c817c0760438af5d057ec9d94bd2e (diff) |
added pluginsdir message
svn path=/trunk/externals/pdvjtools/; revision=9917
Diffstat (limited to 'pdp_freeframe')
-rw-r--r-- | pdp_freeframe/pdp_freeframe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdp_freeframe/pdp_freeframe.c b/pdp_freeframe/pdp_freeframe.c index 7266bd0..8d94f47 100644 --- a/pdp_freeframe/pdp_freeframe.c +++ b/pdp_freeframe/pdp_freeframe.c @@ -26,6 +26,7 @@ #include <dlfcn.h> #include "pdp.h" + #include "FreeFrame.h" #define PLUGINDIR "plugins" |