projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
support raw access to DDBs as well as DIBs
[wxWidgets.git]
/
src
/
tiff
/
tiffcomp.h
diff --git
a/src/tiff/tiffcomp.h
b/src/tiff/tiffcomp.h
index bb5fb8c7e3cdf7a731a48c4e2030f85cfdea32be..2f7d0dd2cb3666bd1b7228df48629e288450e81d 100644
(file)
--- a/
src/tiff/tiffcomp.h
+++ b/
src/tiff/tiffcomp.h
@@
-52,9
+52,13
@@
#endif
#if defined(__MWERKS__) || defined(THINK_C)
+#ifdef __MACH__
+#include <sys/types.h>
+#else
#include <unix.h>
#include <math.h>
#endif
+#endif
#include <stdio.h>