• Heikki Linnakangas's avatar
    Add missing #include. · 0c1a160a
    Heikki Linnakangas authored
    On non-Windows systems, sys/time.h was pulled in by portability/instr_time.h,
    which pulled in time.h. We certainly should include time.h directly, since
    we're using time(2), but the indirect include masked the problem on most
    platforms.
    
    Andres Freund
    0c1a160a
command.c 64.7 KB