|
From: <sv...@va...> - 2014-12-29 21:05:57
|
Author: florian
Date: Mon Dec 29 21:05:37 2014
New Revision: 3048
Log:
Add a missing header file.
Modified:
trunk/priv/ir_match.h
Modified: trunk/priv/ir_match.h
==============================================================================
--- trunk/priv/ir_match.h (original)
+++ trunk/priv/ir_match.h Mon Dec 29 21:05:37 2014
@@ -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 @@
#endif /* ndef __VEX_IR_MATCH_H */
-
-
/*---------------------------------------------------------------*/
/*--- end ir_match.h ---*/
/*---------------------------------------------------------------*/
|