]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helphtml.cpp
PCX handler now working for reading (8bit and 24bit images).
[wxWidgets.git] / src / generic / helphtml.cpp
index c595157f3fdbd054954355e227630982a5a099ad..e3425672855779efda748baebbd1fa8dc3af9f74 100644 (file)
@@ -36,7 +36,9 @@
 
 #include <stdio.h>
 #include <ctype.h>
+#ifndef __MWERKS__
 #include <sys/stat.h>
+#endif
 
 #ifndef __WINDOWS__
     #include   <unistd.h>