From 231240c3a11232c4f25f1bb67bf6b944d460679e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 24 Nov 2008 21:36:22 +0000 Subject: switched to endpoint --- src/packetSource.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/packetSource.h') diff --git a/src/packetSource.h b/src/packetSource.h index d8914b9..f5cbd5d 100644 --- a/src/packetSource.h +++ b/src/packetSource.h @@ -29,6 +29,9 @@ * along with anytun. If not, see . */ +#ifndef _PACKET_SOURCE_H_ +#define _PACKET_SOURCE_H_ + #include #include "datatypes.h" @@ -59,3 +62,4 @@ private: boost::asio::ip::udp::socket sock_; }; +#endif -- cgit v1.2.3