Added missing incude (#13184)

This commit is contained in:
Deepak Chethan 2019-02-25 02:52:24 +05:30 committed by radare
parent 334d5c7401
commit 6357279cd0

View File

@ -1,6 +1,7 @@
/* radare - LGPL - Copyright 2016-2017 - pancake */
#include <r_bin.h>
#include <r_lib.h>
#define CHECK4INSTR(b, instr, size) \
if (!instr (b) ||\