]> git.ipfire.org Git - thirdparty/krb5.git/commit
Include time.h in kdb.h 1245/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 29 Mar 2022 20:27:55 +0000 (16:27 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 11 Apr 2022 20:35:38 +0000 (16:35 -0400)
commitc3958cec43b598b25484b9805224c56f25f7a755
tree0eb61767ab237dceb51efdd85b871e4af6f7afbf
parent15e0158205b05f58906ee0459425f2fbf448b35f
Include time.h in kdb.h

kdb.h uses time_t, and therefore must include <time.h> to ensure its
definition.  Noticed when building t_sort_key_data.c on macOS.
src/include/kdb.h