We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64f5d2 commit 3980d0eCopy full SHA for 3980d0e
deimos/ncurses/curses.d
@@ -38,9 +38,9 @@ module deimos.ncurses.curses;
38
/*
39
* We need FILE, etc. Include this before checking any feature symbols.
40
*/
41
-import std.c.stdio;
42
-import std.c.stddef; /* we want wchar_t */
43
-import std.c.stdarg; /* we need va_list */
+import core.stdc.stdio;
+import core.stdc.stddef; /* we want wchar_t */
+import core.stdc.stdarg; /* we need va_list */
44
import core.stdc.config; /* we need c_ulong */
45
46
//#include <ncursesw/unctrl.h>
0 commit comments