summaryrefslogtreecommitdiffstats
path: root/loader/registry.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-05 14:53:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-05 14:53:45 +0000
commite117f31d23f301be65486fcc48c1df14c2db470b (patch)
treed16184a829fe5057116529a2b719ac8be946b458 /loader/registry.c
parent824abb5a65c1de35259818956e22a24c33f318b4 (diff)
downloadmpv-e117f31d23f301be65486fcc48c1df14c2db470b.tar.bz2
mpv-e117f31d23f301be65486fcc48c1df14c2db470b.tar.xz
#include the appropriate header instead of using local declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28268 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/registry.c')
-rw-r--r--loader/registry.c4
1 files changed, 2 insertions, 2 deletions
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;