]> diplodocus.org Git - nmh/blobdiff - h/nmh.h
Improve POP SASL error handling
[nmh] / h / nmh.h
diff --git a/h/nmh.h b/h/nmh.h
index c2f8dfca20f7c1f00bc71e668e4a8b3eb8130099..e3dd3c6c1a186f45c959ecc2bd3da3bc2fd3ba2e 100644 (file)
--- a/h/nmh.h
+++ b/h/nmh.h
@@ -2,7 +2,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include <unistd.h>
@@ -10,7 +10,7 @@
 #include <ctype.h>
 #ifndef NDEBUG
   /* See etc/gen-ctype-checked.c. */
-# include <sbr/ctype-checked.h>
+#include "sbr/ctype-checked.h"
 #endif
 #include <assert.h>