From: Nadav Har'El <n...@scylladb.com> Committer: Nadav Har'El <n...@scylladb.com> Branch: master
gcc 7: add missing include Gcc 7 complains about defining memset when we don't include a header file with its prototype. So let's do. Signed-off-by: Nadav Har'El <n...@scylladb.com> Message-Id: <20170712151334.12673-1-...@scylladb.com> --- diff --git a/fastlz/lzloader.cc b/fastlz/lzloader.cc --- a/fastlz/lzloader.cc +++ b/fastlz/lzloader.cc @@ -5,6 +5,7 @@ * BSD license as described in the LICENSE file in the top-level directory. */ #include "fastlz.h" +#include <string.h> #include <cstddef> #include <stdint.h> #include <climits> -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.