#include the appropriate header instead of using local declarations.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28268 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-05 14:53:45 +00:00
parent 824abb5a65
commit e117f31d23
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@
#include "ext.h"
#include "registry.h"
#include "get_path.h"
//#undef TRACE
//#define TRACE printf
char *get_path(const char*);
// ...can be set before init_registry() call
char* regpathname = NULL;