From c4603a0335e5cfe49a600ff58c9060680b55360d Mon Sep 17 00:00:00 2001 From: panikon Date: Thu, 8 May 2014 12:16:20 -0300 Subject: Fixed issue 8176 http://hercules.ws/board/tracker/issue-8176-lastet-commit-cant-compile-successfully-on-linux/ Sorry for taking so long, it seems that even if errno.h is not included in MSVC errno is still available, but that doesn't happen in unix compilers. --- src/char/inter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/char/inter.c') diff --git a/src/char/inter.c b/src/char/inter.c index 6cb349fd3..c48b26fdd 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -25,6 +25,7 @@ #include #include #include +#include #include // for stat/lstat/fstat - [Dekamaster/Ultimate GM Tool] -- cgit v1.2.3-60-g2f50