From: Francesco Chemolli Date: Thu, 9 Jan 2014 13:11:42 +0000 (+0100) Subject: Fix header-guard in include/uudecode.h X-Git-Tag: SQUID_3_5_0_1~428 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b829c7031b02aeb4b02fc47ea3a7d85cfcf84ddf;p=thirdparty%2Fsquid.git Fix header-guard in include/uudecode.h --- diff --git a/include/uudecode.h b/include/uudecode.h index edef387b0d..e5e46ea14b 100644 --- a/include/uudecode.h +++ b/include/uudecode.h @@ -1,5 +1,5 @@ #ifndef _SQUID_UUDECODE_H -#define _SQUID_UUDECODE_ +#define _SQUID_UUDECODE_H #ifdef __cplusplus extern "C"