]> git.cworth.org Git - notmuch/blob - compat/have_timegm.c
mime-node: Pass the correct flags to g_mime_multipart_signed_verify
[notmuch] / compat / have_timegm.c
1 #include <time.h>
2
3 int
4 main ()
5 {
6     return (int) timegm ((struct tm *) 0);
7 }