]> git.notmuchmail.org Git - notmuch/blobdiff - compat/getdelim.c
compat: Change includes from config.h to compat.h.
[notmuch] / compat / getdelim.c
index b74e5b5350055d63cbd667bdb3c7625ce88fca44..84bef87b09b644149a9127feb1667edcfc549126 100644 (file)
@@ -19,7 +19,7 @@
 
 /* Ported from glibc by Simon Josefsson. */
 
-#include <config.h>
+#include "compat.h"
 
 #include <stdio.h>