summaryrefslogtreecommitdiff
path: root/include/threadengines/threadengine_pthread.h
diff options
context:
space:
mode:
authorJustin Crawford <Justasic@Gmail.com>2012-04-14 20:21:38 -0700
committerJustin Crawford <Justasic@Gmail.com>2012-04-14 23:33:20 -0700
commit9ebd9cba72056c5b36696e166826afb981f25ebb (patch)
tree75b3bc8b6a3b0fb1b6a2f3bb7c904abef15df1f4 /include/threadengines/threadengine_pthread.h
parentdf5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (diff)
Fix some of the include guard names (requested by SaberUK)
Diffstat (limited to 'include/threadengines/threadengine_pthread.h')
-rw-r--r--include/threadengines/threadengine_pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h
index d5c7696af..4a8ab241e 100644
--- a/include/threadengines/threadengine_pthread.h
+++ b/include/threadengines/threadengine_pthread.h
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#ifndef THREADENGINE_PTHREAD
-#define THREADENGINE_PTHREAD
+#ifndef THREADENGINE_PTHREAD_H
+#define THREADENGINE_PTHREAD_H
#include <pthread.h>
#include "typedefs.h"