From ef87c1da16a3d87a4363ea3f090a64b1c1bbcbb9 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 09 七月 2020 10:12:57 +0800 Subject: [PATCH] add lib --- squeue/include/shm_queue.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/squeue/include/shm_queue.h b/squeue/include/shm_queue.h index 8177e1a..0bcc3db 100644 --- a/squeue/include/shm_queue.h +++ b/squeue/include/shm_queue.h @@ -1,7 +1,7 @@ #ifndef __SHM_QUEUE_H__ #define __SHM_QUEUE_H__ -#include <usg_common.h> +#include "usg_common.h" #include "mm.h" #include "hashtable.h" #include "lock_free_queue.h" @@ -181,4 +181,6 @@ return queue->operator[](i); } -#endif // _LOCK_FREE_QUEUE_H__ + + +#endif -- Gitblit v1.8.0