diff --git a/vlib/compiler/cheaders.v b/vlib/compiler/cheaders.v index f2bd170659..313c4eaa3a 100644 --- a/vlib/compiler/cheaders.v +++ b/vlib/compiler/cheaders.v @@ -6,7 +6,7 @@ CommonCHeaders = ' #include // TODO remove all these includes, define all function signatures and types manually #include -//#include "fns.h" +#include "fns.h" #include #include // for va_list #include // int64_t etc