diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 01:02:03 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 01:02:03 +0200 |
commit | 0f204234551edc5db76ac603ab577df319031a8b (patch) | |
tree | c82469ac62ca69f935f91549789d9f24559a9ebb /src/common/inet.h | |
parent | 4de6db6c47e45816364aee7a4fd0c2318d1ec934 (diff) |
Consistent header macros everywhere
Diffstat (limited to 'src/common/inet.h')
-rw-r--r-- | src/common/inet.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |