From 90080da5fefe943aec5aa0b9c08510dc1dd48be3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 14 Sep 2011 11:27:12 +0200 Subject: curl tool: re-enable MemoryTracking capability on 'src' subdirectory files. Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources. --- src/homedir.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/homedir.h') diff --git a/src/homedir.h b/src/homedir.h index c88d51723..252fd0ecc 100644 --- a/src/homedir.h +++ b/src/homedir.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2010, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2011, 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 @@ -21,6 +21,7 @@ * KIND, either express or implied. * ***************************************************************************/ +#include "setup.h" char *homedir(void); -- cgit v1.2.3