From 75bd98e32c34149f8773365fecef41dc27669328 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 27 Jan 2019 16:06:10 +0100 Subject: [PATCH] kernel: add missing include to compstat.h --- src/compstat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compstat.h b/src/compstat.h index ca76e9237a..bf1d9a05c0 100644 --- a/src/compstat.h +++ b/src/compstat.h @@ -11,6 +11,8 @@ #ifndef GAP_COMPSTAT_H #define GAP_COMPSTAT_H +#include "system.h" + /**************************************************************************** ** *V CompInitFuncs . . . . . . . . . . list of compiled module init functions