]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
compile fix for an Ubuntu box I just tried
authorNicholas Nethercote <njn@valgrind.org>
Sun, 2 Oct 2005 17:50:31 +0000 (17:50 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 2 Oct 2005 17:50:31 +0000 (17:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4846

coregrind/m_demangle/demangle.h

index 80225f5d5d60f92acda781608daaf875dda6cb9b..399b3ed2ed021488c61eab2427780f471f1c5123 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef DEMANGLE_H
 #define DEMANGLE_H
 
-#include <ansidecl.h>
+#include "ansidecl.h"
 
 #define current_demangling_style VG_(current_demangling_style)