From: wessels <> Date: Tue, 24 Jan 2006 06:25:59 +0000 (+0000) Subject: protect from double inclusion with #ifndef directives X-Git-Tag: SQUID_3_0_PRE4~352 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2087dca6d37273ca89598dade44b0618b2ff788c;p=thirdparty%2Fsquid.git protect from double inclusion with #ifndef directives --- diff --git a/src/forward.h b/src/forward.h index 45821cc01b..12866d0296 100644 --- a/src/forward.h +++ b/src/forward.h @@ -1,3 +1,5 @@ +#ifndef SQUID_FORWARD_H +#define SQUID_FORWARD_H class FwdServer { @@ -88,3 +90,5 @@ unsigned int ftp_pasv_failed: flags; }; + +#endif