From d9769e477428394af3a2db467842bed6bee5d2a4 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sun, 4 Jul 2021 17:48:40 +0100 Subject: [PATCH] DtSvc: add missing #include (for malloc) --- cde/lib/DtSvc/DtUtil2/SunDtHelp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cde/lib/DtSvc/DtUtil2/SunDtHelp.c b/cde/lib/DtSvc/DtUtil2/SunDtHelp.c index aa7a15fc5..759a87554 100644 --- a/cde/lib/DtSvc/DtUtil2/SunDtHelp.c +++ b/cde/lib/DtSvc/DtUtil2/SunDtHelp.c @@ -49,6 +49,7 @@ *+ENOTICE */ +#include #include #include #include "Help.h"