diff options
author | DDuarte <dnpd.dd@gmail.com> | 2014-11-08 19:47:55 +0000 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2014-11-08 19:47:55 +0000 |
commit | f330b70eb5579b032140d926d48d7f4fbfac41be (patch) | |
tree | d434f55cb3bae0c3f547a1bcc74571dd2c110f59 /dep/CascLib/src/CascPort.h | |
parent | e5e8da85a1d5af6612de50dcd080e0cb8b628278 (diff) |
Dep/CastLib: Update to https://github.com/ladislav-zezula/CascLib/commit/3e3f4f443cb7b2893cbbe60b0a6efafebf48bc40
Diffstat (limited to 'dep/CascLib/src/CascPort.h')
-rw-r--r-- | dep/CascLib/src/CascPort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/CascLib/src/CascPort.h b/dep/CascLib/src/CascPort.h index 6d0595ce522..3bf1efde4b8 100644 --- a/dep/CascLib/src/CascPort.h +++ b/dep/CascLib/src/CascPort.h @@ -66,6 +66,7 @@ #include <stdlib.h> #include <dirent.h> #include <errno.h> + #include <stddef.h> // Support for PowerPC on Max OS X #if (__ppc__ == 1) || (__POWERPC__ == 1) || (_ARCH_PPC == 1) |