From 802b0f621bc85648a706c9e98e37f0797b5aa2a9 Mon Sep 17 00:00:00 2001 From: danw Date: Wed, 21 Oct 1998 19:22:16 +0000 Subject: [PATCH] add missing #include (for strlen) --- update/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/update/client.c b/update/client.c index f5197b79..d324423c 100644 --- a/update/client.c +++ b/update/client.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include -- 2.45.1