projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
corrected ::Clear
[wxWidgets.git]
/
src
/
tiff
/
tif_lzw.c
diff --git
a/src/tiff/tif_lzw.c
b/src/tiff/tif_lzw.c
index e41314a6a371cf54dcacfbbf0cfaa0472267b0e8..d739e6f18d6f8b9bd2d3e42cb3060db28ec8c77b 100644
(file)
--- a/
src/tiff/tif_lzw.c
+++ b/
src/tiff/tif_lzw.c
@@
-36,7
+36,12
@@
*
* The original Berkeley copyright notice appears below in its entirety.
*/
*
* The original Berkeley copyright notice appears below in its entirety.
*/
+/* Watcom C++ (or its make utility) doesn't like long filenames */
+#ifdef __WATCOMC__
+#include "tif_pred.h"
+#else
#include "tif_predict.h"
#include "tif_predict.h"
+#endif
#include <assert.h>
#include <stdio.h>
#include <assert.h>
#include <stdio.h>