From e72dd332a32a04917bf2cda21a69b7f59971e817 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 11 Aug 2022 14:22:35 -0700 Subject: [PATCH] Missing include for kprintdefs.h causes error in tosret.h when compiling with OPTRACE enabled. --- inc/tosret.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/tosret.h b/inc/tosret.h index 16e7b2c..43108dd 100644 --- a/inc/tosret.h +++ b/inc/tosret.h @@ -12,6 +12,7 @@ /* */ /************************************************************************/ +#include "kprintdefs.h" // for prindatum /************************************************************************/ /* */