From: Michael Wallner Date: Wed, 4 Nov 2020 13:47:49 +0000 (+0100) Subject: add missing include X-Git-Tag: 1.1.0-beta1~126 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=58868f7d354b47b7cd5b609e8a2287efd4422407;hp=26f53452d85d209c5275da203c9947135a8ec667;p=awesomized%2Flibmemcached add missing include --- diff --git a/src/bin/memaslap/ms_thread.h b/src/bin/memaslap/ms_thread.h index eff2e557..3c49c56f 100644 --- a/src/bin/memaslap/ms_thread.h +++ b/src/bin/memaslap/ms_thread.h @@ -16,6 +16,7 @@ #ifndef MS_THREAD_H #define MS_THREAD_H +#include #include #include "ms_conn.h"