Poppler fails to compile on FreeBSD due to a missing <ctime> header: error: unknown type name 'time_t' Can you please add "#include <ctime>" to poppler/Form.h? See http://www.cplusplus.com/reference/ctime/time_t/
Created attachment 136812 [details] [review] The trivial patch
used time.h
While it's ok to use "time.h", this is usually done in C. For C++ (and given the fact that the header includes <vector>, it cannot be used in C anyway) it's nicer to use <ctime>. Anyway, the current patch should work as well, thank you very much.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.