sort out some prototypes, put them where they belong.
[apps/madmutt.git] / imap / auth_anon.c
index 16ef189..7ae029f 100644 (file)
@@ -17,7 +17,7 @@
 #include "imap_private.h"
 #include "auth.h"
 
-#include <lib-lib/macros.h>
+#include <lib-lib/lib-lib.h>
 
 /* this is basically a stripped-down version of the cram-md5 method. */
 imap_auth_res_t imap_auth_anon (IMAP_DATA * idata, const char *method __attribute__ ((unused)))