From: Florian Krohm Date: Mon, 29 Dec 2014 21:05:37 +0000 (+0000) Subject: Add a missing header file. X-Git-Tag: svn/VALGRIND_3_11_0^2~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03e53a280ad458dcfe0f674d08c7c6be08bb5a4;p=thirdparty%2Fvalgrind.git Add a missing header file. git-svn-id: svn://svn.valgrind.org/vex/trunk@3048 --- diff --git a/VEX/priv/ir_match.h b/VEX/priv/ir_match.h index 541845bea0..6900fa7091 100644 --- a/VEX/priv/ir_match.h +++ b/VEX/priv/ir_match.h @@ -40,7 +40,7 @@ #include "libvex_basictypes.h" #include "libvex_ir.h" - +#include "main_util.h" // NULL /* Patterns are simply IRExpr* trees, with IRExpr_Binder nodes at the leaves, indicating binding points. Use these magic macros to @@ -83,8 +83,6 @@ Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ ); #endif /* ndef __VEX_IR_MATCH_H */ - - /*---------------------------------------------------------------*/ /*--- end ir_match.h ---*/ /*---------------------------------------------------------------*/