]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a missing header file.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 29 Dec 2014 21:05:37 +0000 (21:05 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 29 Dec 2014 21:05:37 +0000 (21:05 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@3048

VEX/priv/ir_match.h

index 541845bea0e7a4caa33ac490932184b003e483bc..6900fa70919035890910f34a058fd873c3c5ce89 100644 (file)
@@ -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 ---*/
 /*---------------------------------------------------------------*/