From e117f31d23f301be65486fcc48c1df14c2db470b Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 5 Jan 2009 14:53:45 +0000 Subject: #include the appropriate header instead of using local declarations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28268 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/registry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader') diff --git a/loader/registry.c b/loader/registry.c index 50912aa4dd..01c6321ec5 100644 --- a/loader/registry.c +++ b/loader/registry.c @@ -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; -- cgit v1.2.3