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 305a824 commit 3c9dd44Copy full SHA for 3c9dd44
Lib/d/wrapperloader.swg
@@ -40,9 +40,10 @@ private {
40
} else {
41
version(D_Version2) {
42
static import std.conv;
43
+ } else {
44
+ static import std.c.string;
45
}
46
static import std.string;
- static import std.c.string;
47
48
49
@@ -112,7 +113,7 @@ private {
112
113
version(Tango) {
114
import tango.sys.Common;
115
} else version(linux) {
- import std.c.linux.linux;
116
+ import core.sys.posix.dlfcn;
117
118
extern(C) {
119
const RTLD_NOW = 2;
0 commit comments