From: Bert Hubert Date: Thu, 29 Jul 2010 11:31:35 +0000 (+0000) Subject: add proper #ifndef include guards X-Git-Tag: rec-3.3~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ecee27af24760976241092be626560a04533ece;p=pdns add proper #ifndef include guards git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1674 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/mplexer.hh b/pdns/mplexer.hh index f589085d8..3211d6632 100644 --- a/pdns/mplexer.hh +++ b/pdns/mplexer.hh @@ -1,3 +1,5 @@ +#ifndef PDNS_MPLEXER_HH +#define PDNS_MPLEXER_HH #include #include #include @@ -156,3 +158,4 @@ public: } }; +#endif \ No newline at end of file