Skip to content

Commit e1eb871

Browse files
committed
Fixed broken import under windows
1 parent bf219b8 commit e1eb871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/vm/core/jit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2727
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29+
use std::ffi::c_int;
2930
use std::fmt::{Display, Formatter};
30-
use libc::c_int;
3131
use crate::ffi::ext::{lua_ext_getjitflags, lua_ext_setjitflags, lua_ext_setjitmode};
3232
use crate::ffi::jit;
3333
use crate::vm::{RootVm, Vm};

0 commit comments

Comments
 (0)