From de83c12253ca4e6a2e44d70195a32950e354c69b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sun, 5 Mar 2000 01:11:44 +0000 Subject: [PATCH] Add missing include (only MONOLITH builds were possible without it). Submitted by: Andrew W. Gray --- apps/spkac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spkac.c b/apps/spkac.c index f69dc5c261..f3ee7e34e3 100644 --- a/apps/spkac.c +++ b/apps/spkac.c @@ -63,6 +63,7 @@ #include #include "apps.h" #include +#include #include #include #include -- 2.34.1