]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
Document which pieces of glib we're still using.
[notmuch] / notmuch.c
index e4b5dff6442fc686456410ee01871bcb858bff7e..5853fe55fe0f3b6c9d2a8f842a72809269298e97 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -30,7 +30,7 @@
 #include <dirent.h>
 #include <errno.h>
 
-#include <glib.h>
+#include <glib.h> /* GIOChannel */
 
 #define ARRAY_SIZE(arr) (sizeof (arr) / sizeof (arr[0]))