From 417bac4055ce215d3edb34f33f46e1dedaab48bb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 25 Oct 2008 16:15:21 +0000 Subject: add missing header inclusions --- src/writeenv.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/writeenv.c') diff --git a/src/writeenv.c b/src/writeenv.c index 90d341356..9789e2aeb 100644 --- a/src/writeenv.c +++ b/src/writeenv.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2004, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -32,6 +32,9 @@ #include #endif +#define _MPRINTF_REPLACE /* use our functions only */ +#include + static const struct { const char * name; -- cgit v1.2.3