diff --git a/apps/app_followme.c b/apps/app_followme.c
index 3bfafd32a1bc194b5dc4cc825411dda687681dd8..edddab09e12e498e3891e9d16ae4456a8fa8adfc 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -164,7 +164,7 @@ static char sorryprompt[AST_CONFIG_MAX_PATH] = "followme/followme-sorry";
 
 
 static AST_LIST_HEAD_STATIC(followmes, ast_call_followme);
-static AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
+AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
 
 static void free_numbers(struct ast_call_followme *f)
 {