From 0f204234551edc5db76ac603ab577df319031a8b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 1 Apr 2013 01:02:03 +0200 Subject: Consistent header macros everywhere --- src/common/inet.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/inet.h') diff --git a/src/common/inet.h b/src/common/inet.h index a9fe3e25..36d5bb60 100644 --- a/src/common/inet.h +++ b/src/common/inet.h @@ -19,6 +19,9 @@ /* include stuff for internet */ +#ifndef HEXCHAT_INET_H +#define HEXCHAT_INET_H + #ifndef WIN32 #ifdef WANTSOCKET @@ -60,3 +63,5 @@ #define sock_error WSAGetLastError #endif + +#endif -- cgit 1.4.1