--- sql/sql_acl.cc.orig	Tue Nov  3 17:02:34 1998
+++ sql/sql_acl.cc	Sun Nov 15 11:45:05 1998
@@ -1842,3 +1842,13 @@
 		  table ? table->real_name : "unknown");
   return 1;
 }
+
+/*****************************************************************************
+** Instantiate templates
+*****************************************************************************/
+
+#ifdef __GNUC__
+/* Used templates */
+template class List_iterator<mika>;
+template class List_iterator<st_st_lex_user>;
+#endif
