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