Skip to content

Commit 00366d7

Browse files
committed
Forgot one c_schar in sdl_image
1 parent 82aed50 commit 00366d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sdl_image/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ pub mod ll {
2727

2828
use sdl::video::ll::SDL_Surface;
2929

30-
use libc::{c_int, c_uint, c_schar};
30+
use libc::{c_int, c_uint};
31+
use libc::types::os::arch::c95::c_schar;
3132

3233
pub type IMG_InitFlags = c_uint;
3334

0 commit comments

Comments
 (0)