diff options
Diffstat (limited to 'source/prompt.c')
-rw-r--r-- | source/prompt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/prompt.c b/source/prompt.c index 007b853..0c0b044 100644 --- a/source/prompt.c +++ b/source/prompt.c @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // #include "com_local.h" +#include "files.h" #include "q_field.h" #include "prompt.h" @@ -128,7 +129,7 @@ static void Prompt_ShowIndividualMatches( } } -qboolean Prompt_AddMatch( genctx_t *ctx, const char *s ) { +EXPORTED qboolean Prompt_AddMatch( genctx_t *ctx, const char *s ) { int r; if( ctx->count >= ctx->size ) { |