Modularised vg_transtab.c as m_transtab.

Renamed add_to_trans_tab() as add_to_transtab() for consistency
with the other names.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3703 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_redir.c b/coregrind/vg_redir.c
index 0d8996f..f0840b7 100644
--- a/coregrind/vg_redir.c
+++ b/coregrind/vg_redir.c
@@ -34,6 +34,7 @@
 
 #include "pub_core_aspacemgr.h"
 #include "pub_core_skiplist.h"
+#include "pub_core_transtab.h"
 
 /*------------------------------------------------------------*/
 /*--- General purpose redirection.                         ---*/