From e8af2b9ac89aa7409ae1b3aa9b3f47d17477787f Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Tue, 16 Nov 2021 15:24:09 -0700 Subject: [PATCH] dtpdm: fix implicit-function-declaration warnings --- cde/programs/dtpdm/JobBox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/programs/dtpdm/JobBox.c b/cde/programs/dtpdm/JobBox.c index 53ec31277..4b8539053 100644 --- a/cde/programs/dtpdm/JobBox.c +++ b/cde/programs/dtpdm/JobBox.c @@ -33,6 +33,8 @@ * (c) Copyright 1996 FUJITSU LIMITED. * (c) Copyright 1996 Hitachi. */ + +#include #include
#include "JobBox.h"