summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index f2b7e598f7..27b22103c6 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -1,3 +1,5 @@
+#ifndef RUBY_THREAD_PTHREAD_H
+#define RUBY_THREAD_PTHREAD_H
/**********************************************************************
thread_pthread.h -
@@ -8,9 +10,6 @@
**********************************************************************/
-#ifndef RUBY_THREAD_PTHREAD_H
-#define RUBY_THREAD_PTHREAD_H
-
#ifdef HAVE_PTHREAD_NP_H
#include <pthread_np.h>
#endif