Skip to content

Commit

Permalink
use correct debug macro on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Jul 19, 2019
1 parent d74560e commit 328ef4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wasi/src/syscalls/windows.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::syscalls::types::*;
use std::cell::Cell;
use wasmer_runtime_core::debug;

pub fn platform_clock_res_get(
clock_id: __wasi_clockid_t,
Expand Down

0 comments on commit 328ef4e

Please sign in to comment.