]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Unbreak the svn-version thing following r1904.
authorJulian Seward <jseward@acm.org>
Thu, 2 Jul 2009 12:36:08 +0000 (12:36 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 2 Jul 2009 12:36:08 +0000 (12:36 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1905

VEX/priv/main_main.c

index 49cb8ca93ad89021fd2e5540614fad8e2f525d27..c11afe258baebbe2c0bc5f79a566d56e138fb8af 100644 (file)
@@ -83,7 +83,7 @@ static HChar* show_hwcaps ( VexArch arch, UInt hwcaps );
 const HChar* LibVEX_Version ( void )
 {
 return
-#include "main/vex_svnversion.h"
+#include "main_vex_svnversion.h"
     ;
 }