]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
util: add talloc-extra.[ch]
[notmuch] / notmuch-client.h
index d7b352e83446e85e97c76578e0314f139b547842..5f2883681c1ee127332108ba7872146a04eb3e6f 100644 (file)
@@ -58,7 +58,7 @@ typedef GMimeCipherContext notmuch_crypto_context_t;
 #include <errno.h>
 #include <signal.h>
 
-#include <talloc.h>
+#include "talloc-extra.h"
 
 #define unused(x) x __attribute__ ((unused))