Skip to content

Commit 3980d0e

Browse files
author
anonymous
committed
(deprecated) std.c -> core.stdc
1 parent c64f5d2 commit 3980d0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deimos/ncurses/curses.d

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ module deimos.ncurses.curses;
3838
/*
3939
* We need FILE, etc. Include this before checking any feature symbols.
4040
*/
41-
import std.c.stdio;
42-
import std.c.stddef; /* we want wchar_t */
43-
import std.c.stdarg; /* we need va_list */
41+
import core.stdc.stdio;
42+
import core.stdc.stddef; /* we want wchar_t */
43+
import core.stdc.stdarg; /* we need va_list */
4444
import core.stdc.config; /* we need c_ulong */
4545

4646
//#include <ncursesw/unctrl.h>

0 commit comments

Comments
 (0)