Turn on super pedantic warnings in CLANG
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
index 7918066..e634a22 100644 (file)
@@ -1680,6 +1680,7 @@ static rlm_rcode_t CC_HINT(nonnull) mod_post_auth(void *instance, REQUEST * requ
 
 
 /* globally exported name */
+extern module_t rlm_sql;
 module_t rlm_sql = {
        RLM_MODULE_INIT,
        "SQL",