Turn on super pedantic warnings in CLANG
[freeradius.git] / src / modules / rlm_cram / rlm_cram.c
index f415a14..cfdef09 100644 (file)
@@ -186,6 +186,7 @@ static rlm_rcode_t CC_HINT(nonnull) mod_authenticate(UNUSED void * instance, REQ
 
 }
 
+extern module_t rlm_cram;
 module_t rlm_cram = {
        RLM_MODULE_INIT,
        "CRAM",