X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=compat%2Fhave_timegm.c;h=8f7b380e767b6caf97d64963aa48f5be66d82a1b;hb=74a1b5ac65b31f7ebc1258b259b8c355023e21b4;hp=b62b7937feab0362464bfb7856a15f4236978843;hpb=8c6b2e7e9d30bb3a9ef4fd8632cbf6d8d0673bb7;p=notmuch diff --git a/compat/have_timegm.c b/compat/have_timegm.c index b62b7937..8f7b380e 100644 --- a/compat/have_timegm.c +++ b/compat/have_timegm.c @@ -1,7 +1,7 @@ #include -#include "compat.h" -int main() +int +main () { - return (int) timegm((struct tm *)0); + return (int) timegm ((struct tm *) 0); }