From c8ab80d0d0fe5ad6815bb23f71da423d0b420b1b Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Thu, 21 Feb 2019 07:33:23 +0100 Subject: [PATCH] infra: adapt to mm code move --- kernel/compat.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kernel/compat.h b/kernel/compat.h index 3b7cfa4b..0cdd62a0 100644 --- a/kernel/compat.h +++ b/kernel/compat.h @@ -136,6 +136,15 @@ extern int _compat_unlink( #define MARS_HAS_NEW_BIO_OP #endif +/* for mm stuff, should disappear */ + +/* adapt to 68e21be2916b359fd8afb536c1911dc014cfd03e + * detected via dea38c74cb9205341f52b8d8ae18f61247a43ea8 + */ +#ifndef CALC_LOAD +#include +#endif + /* for networking */ #include