diff --git a/lib/include/srslte/common/threads.h b/lib/include/srslte/common/threads.h index e47e9c070..b171cbfd2 100644 --- a/lib/include/srslte/common/threads.h +++ b/lib/include/srslte/common/threads.h @@ -19,6 +19,9 @@ * */ +#ifndef SRSLTE_THREADS_H +#define SRSLTE_THREADS_H + #include #include #include @@ -43,9 +46,6 @@ #include -#ifndef SRSLTE_THREADS_H -#define SRSLTE_THREADS_H - class thread { public: @@ -167,8 +167,6 @@ private: } }; - +#endif // __cplusplus #endif // SRSLTE_THREADS_H - -#endif // __cplusplus \ No newline at end of file