mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 13:51:16 +00:00
Fix r2k build
This commit is contained in:
parent
8e6be1b54b
commit
7dc9d9d8cb
@ -1,5 +1,12 @@
|
||||
/* io_r2k - radare2 - LGPL - Copyright 2016 - SkUaTeR + panda */
|
||||
|
||||
#include <r_io.h>
|
||||
#include <r_lib.h>
|
||||
#include <r_types.h>
|
||||
#include <r_print.h>
|
||||
#include <r_util.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#if __WINDOWS__
|
||||
#include "io_r2k_windows.h"
|
||||
#elif __linux__
|
||||
|
Loading…
Reference in New Issue
Block a user