# HG changeset patch # User diego # Date 1231167225 0 # Node ID bfb8ccb245a94f41d62b0c70fe1c17d7308a42fb # Parent 8df85ad2674611dace654a1c9be0ce5213ee7d6a #include the appropriate header instead of using local declarations. diff -r 8df85ad26746 -r bfb8ccb245a9 loader/registry.c --- 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;