Skip to content

Commit

Permalink
Fix for dmd 2.081
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Jul 5, 2018
1 parent d1fe34d commit 88396e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/reserved/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ template Reserved(string serviceName)
extern(C)
void exit_gracefully(int value)
{
import std.c.stdlib : exit;
import core.stdc.stdlib : exit;
lock.lock();
exit(0);
}
Expand Down

0 comments on commit 88396e3

Please sign in to comment.