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_main.c b/coregrind/vg_main.c
index 41f5fbb..72e7a79 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -38,6 +38,7 @@
 #include "pub_core_execontext.h"
 #include "pub_core_syscalls.h"
 #include "pub_core_tooliface.h"
+#include "pub_core_transtab.h"
 
 #include <dirent.h>
 #include <dlfcn.h>