Skip to content

Commit

Permalink
Fix build with r2 from git
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 21, 2025
1 parent 3c5c965 commit bf5c780
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Iaito.h
Original file line number Diff line number Diff line change
Expand Up @@ -819,4 +819,8 @@ class IAITO_EXPORT RCoreLocked
RCore *operator->() const;
};

#if R2_VERSION_NUMBER >= 50909
#define r_flag_get_i r_flag_get_in
#endif

#endif // IAITO_H

0 comments on commit bf5c780

Please sign in to comment.