]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
Print a better message than "0s" for zero seconds.
[notmuch] / notmuch-private.h
index 5d0c1fae31edd36476802afa52f30b5c946dbece..88b01bd3029f0c0b39387a44f05d1376f2120a8f 100644 (file)
 #ifndef NOTMUCH_PRIVATE_H
 #define NOTMUCH_PRIVATE_H
 
-#include "notmuch.h"
-
-NOTMUCH_BEGIN_DECLS
-
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE /* For getline */
 #endif
-
 #include <stdio.h>
+
+#include "notmuch.h"
+
+NOTMUCH_BEGIN_DECLS
+
 #include <stdlib.h>
 #include <stdarg.h>
 #include <sys/types.h>