From 8ecee27af24760976241092be626560a04533ece Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Thu, 29 Jul 2010 11:31:35 +0000 Subject: [PATCH] add proper #ifndef include guards git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1674 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/mplexer.hh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1