From 086002c3723556c56127c0458e460ce6fd5901b0 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 15 Nov 2021 12:20:02 -0700 Subject: [PATCH] dthello: fix implicit-function-declaration warnings --- cde/programs/dthello/dthello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cde/programs/dthello/dthello.c b/cde/programs/dthello/dthello.c index 6fb5c6a0f..42c73899c 100644 --- a/cde/programs/dthello/dthello.c +++ b/cde/programs/dthello/dthello.c @@ -73,6 +73,7 @@ #include #include #include
+#include
#include #include #ifndef NO_MESSAGE_CATALOG