Since gpgmepp is a C++ library, prefer using C++ headers over C headers.
Using ctime also improves portability to platforms where sys/time.h doesn't
exist (e.g. MSVC).
The header provides the same default type defines as sys/time.h so this change
is both source and binary compatible.