Skip to content

Include time.h before using time()

Jon Turney requested to merge jturney/libxcb:master into master

This avoids a potential implicit function declaration warning when buiding for Windows.

Merge request reports