Build fix for AROS (wasn't pulling in errno.h in fsprocalc.cpp, which is now needed for ERANGE symlink check)

This commit is contained in:
Brian Cox 2017-09-07 20:42:00 -07:00
parent 078bf28164
commit 140ed7c26c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#include "fsobject.h"
#include <unistd.h>
#include <errno.h>
cFSPropCalc::cFSPropCalc() :
mCollAction(iFCOPropCalc::PROP_LEAVE), mCalcFlags(0), mpErrorBucket(0)