]> git.notmuchmail.org Git - notmuch/blobdiff - compat/have_timegm.c
Merge tag '0.29.2'
[notmuch] / compat / have_timegm.c
index b62b7937feab0362464bfb7856a15f4236978843..8f7b380e767b6caf97d64963aa48f5be66d82a1b 100644 (file)
@@ -1,7 +1,7 @@
 #include <time.h>
-#include "compat.h"
 
-int main()
+int
+main ()
 {
-    return (int) timegm((struct tm *)0);
+    return (int) timegm ((struct tm *) 0);
 }