Branch

  • Show log

    Commit

  • Hash : 888ae650
    Author : Thomas Adam
    Date : 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