summaryrefslogtreecommitdiff
path: root/src/packetSource.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-11-24 21:36:22 +0000
committerChristian Pointner <equinox@anytun.org>2008-11-24 21:36:22 +0000
commit231240c3a11232c4f25f1bb67bf6b944d460679e (patch)
tree874fe38c2fb1ff89a2d23f2e0e7531f40a622dc6 /src/packetSource.h
parentnew connection param sync (diff)
switched to endpoint
Diffstat (limited to 'src/packetSource.h')
-rw-r--r--src/packetSource.h4
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#ifndef _PACKET_SOURCE_H_
+#define _PACKET_SOURCE_H_
+
#include <boost/asio.hpp>
#include "datatypes.h"
@@ -59,3 +62,4 @@ private:
boost::asio::ip::udp::socket sock_;
};
+#endif