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/thread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/thread.h') diff --git a/src/common/thread.h b/src/common/thread.h index 44c26f7d..2c736ca2 100644 --- a/src/common/thread.h +++ b/src/common/thread.h @@ -17,6 +17,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#ifndef HEXCHAT_THREAD_H +#define HEXCHAT_THREAD_H + #if 0 /* native file dialogs */ #include @@ -29,3 +32,5 @@ typedef struct thread *thread_new (void); int thread_start (thread *th, void *(*start_routine)(void *), void *arg); #endif + +#endif -- cgit 1.4.1