diff options
Diffstat (limited to 'deskutils/xchm/files/patch-src-chmfile.h')
-rw-r--r-- | deskutils/xchm/files/patch-src-chmfile.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/xchm/files/patch-src-chmfile.h b/deskutils/xchm/files/patch-src-chmfile.h new file mode 100644 index 000000000000..6b530de1b521 --- /dev/null +++ b/deskutils/xchm/files/patch-src-chmfile.h @@ -0,0 +1,10 @@ +--- src/chmfile.h.orig Wed Nov 5 19:37:01 2003 ++++ src/chmfile.h Fri Nov 14 22:11:24 2003 +@@ -23,6 +23,7 @@ + #define __CHMFILE_H_ + + #include <chm_lib.h> ++#include <wx/filefn.h> + #include <wx/string.h> + #include <wx/hashmap.h> + #include <wx/font.h> |