From 2b6c56feb8eb0a42ae7a8d99f84024ff8d72705c Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Thu, 4 May 2023 13:14:21 -0700 Subject: [PATCH] Fixed build issue compiling memcache plugin with io_uring support Removed unneeded header file --- plugins/experimental/memcache/Makefile.inc | 1 + plugins/experimental/memcache/tsmemcache.cc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/experimental/memcache/Makefile.inc b/plugins/experimental/memcache/Makefile.inc index 0581525b3a2..1d17df40144 100644 --- a/plugins/experimental/memcache/Makefile.inc +++ b/plugins/experimental/memcache/Makefile.inc @@ -22,6 +22,7 @@ experimental_memcache_tsmemcache_la_CPPFLAGS = \ -I$(abs_top_srcdir)/iocore/eventsystem \ -I$(abs_top_srcdir)/iocore/net \ -I$(abs_top_srcdir)/iocore/utils \ + -I$(abs_top_srcdir)/iocore/io_uring \ -I$(abs_top_srcdir)/include \ -I$(abs_top_srcdir)/lib diff --git a/plugins/experimental/memcache/tsmemcache.cc b/plugins/experimental/memcache/tsmemcache.cc index f0630723a30..1dc4f1d539c 100644 --- a/plugins/experimental/memcache/tsmemcache.cc +++ b/plugins/experimental/memcache/tsmemcache.cc @@ -24,7 +24,6 @@ #include "tsmemcache.h" #include "I_NetVConnection.h" #include "I_NetProcessor.h" -#include "tscore/ink_atomic.h" /* TODO