Skip to content

Commit 6c83094

Browse files
fix FILE not defined
1 parent 3d7fdda commit 6c83094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wrapper.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ let
1515
end
1616

1717
const c"size_t" = Csize_t
18-
const c"FILE" = Cvoid
18+
# const c"FILE" = Cvoid
19+
c"typedef void FILE;"
1920
const c"va_list" = Cvoid
2021

2122
c"""

0 commit comments

Comments
 (0)