diff --git a/lang/m2/comp/defmodule.c b/lang/m2/comp/defmodule.c index b778d7cb2..b8dd8879c 100644 --- a/lang/m2/comp/defmodule.c +++ b/lang/m2/comp/defmodule.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include "LLlex.h" @@ -32,7 +33,7 @@ #include "type.h" #ifdef DEBUG -long sys_filesize(); +size_t sys_filesize(); #endif t_idf* DefId;