From: Greg Hudson Date: Tue, 29 Mar 2022 20:27:55 +0000 (-0400) Subject: Include time.h in kdb.h X-Git-Tag: krb5-1.21-beta1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1245%2Fhead;p=thirdparty%2Fkrb5.git Include time.h in kdb.h kdb.h uses time_t, and therefore must include to ensure its definition. Noticed when building t_sort_key_data.c on macOS. --- diff --git a/src/include/kdb.h b/src/include/kdb.h index 21bddcfb88..bbae9d101b 100644 --- a/src/include/kdb.h +++ b/src/include/kdb.h @@ -65,6 +65,7 @@ #ifndef KRB5_KDB5__ #define KRB5_KDB5__ +#include #include /* This version will be incremented when incompatible changes are made to the