From 567e7bba26bb8fe485be6c2ddfaaf8ab77eb6141 Mon Sep 17 00:00:00 2001 From: looper3339 <736321739@qq.com> Date: 星期一, 09 八月 2021 21:46:05 +0800 Subject: [PATCH] fjt fix req-rep error --- src/socket/bus_server_socket.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/socket/bus_server_socket.h b/src/socket/bus_server_socket.h index bdfb172..956271b 100644 --- a/src/socket/bus_server_socket.h +++ b/src/socket/bus_server_socket.h @@ -3,7 +3,7 @@ #include "usg_common.h" #include "shm_socket.h" #include "shm_allocator.h" -#include "mem_pool.h" +#include "shm_mm.h" #include "hashtable.h" #include "sem_util.h" #include "logger_factory.h" -- Gitblit v1.8.0