From eedd0489779eadc4b5d677ae29f41314d1bb3e75 Mon Sep 17 00:00:00 2001 From: danw Date: Wed, 21 Oct 1998 19:27:29 +0000 Subject: [PATCH] add missing #include --- update/auth_002.c | 1 + update/get_file.c | 1 + 2 files changed, 2 insertions(+) diff --git a/update/auth_002.c b/update/auth_002.c index f598ba9a..18cc73ea 100644 --- a/update/auth_002.c +++ b/update/auth_002.c @@ -13,6 +13,7 @@ #include #include +#include #include diff --git a/update/get_file.c b/update/get_file.c index ff802397..be50013a 100644 --- a/update/get_file.c +++ b/update/get_file.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include -- 2.45.2