From f05b6c141bee8f342741159b3ab0399e27a00754 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Wed, 8 Jul 2009 10:24:30 +0200 Subject: Fix a few occurrances of undeclared functions and functions that could be static. --- fitz/base_string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fitz/base_string.c') diff --git a/fitz/base_string.c b/fitz/base_string.c index ed37ca41..f0fd4522 100644 --- a/fitz/base_string.c +++ b/fitz/base_string.c @@ -1,3 +1,4 @@ +#include "fitz_base.h" #include char *fz_strsep(char **stringp, const char *delim) -- cgit v1.2.3