Mercurial > mplayer.hg
changeset 28233:bfb8ccb245a9
#include the appropriate header instead of using local declarations.
author | diego |
---|---|
date | Mon, 05 Jan 2009 14:53:45 +0000 |
parents | 8df85ad26746 |
children | 8d6c3abed492 |
files | loader/registry.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/registry.c Mon Jan 05 14:48:03 2009 +0000 +++ b/loader/registry.c Mon Jan 05 14:53:45 2009 +0000 @@ -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;