From 2221d976a8950f7e1a6844fc42ec162b7e9c1b02 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 2 Sep 2004 08:55:34 +0000 Subject: [PATCH] Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just points to tool.h. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2649 --- include/vg_skin.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/vg_skin.h diff --git a/include/vg_skin.h b/include/vg_skin.h new file mode 100644 index 000000000..0628888d9 --- /dev/null +++ b/include/vg_skin.h @@ -0,0 +1,3 @@ +// "vg_skin.h" was renamed to "tool.h"; this is for backward compatibility +// with old external tools. +#include "tool.h"