Commit 888ae65035a604f22010ff55f5499a3d137f930c

Thomas Adam 2022-07-03T23:53:34

got_date.h: add explicit #includes Don't rely on implicit/"hidden" includes, but rather add them to the header file so their inclusion doesn't result in missing values. Although not explicitly a functional change, this does help -portable. This ensures size_t/time_t are always present. OK @jrick