]> git.pld-linux.org Git - packages/aspell.git/blobdiff - aspell-assert.patch
- missing include (needed for gcc 3.3)
[packages/aspell.git] / aspell-assert.patch
diff --git a/aspell-assert.patch b/aspell-assert.patch
new file mode 100644 (file)
index 0000000..fa56dcd
--- /dev/null
@@ -0,0 +1,11 @@
+--- aspell-0.50.3/prog/checker_string.cpp.orig Thu Sep 26 02:42:42 2002
++++ aspell-0.50.3/prog/checker_string.cpp      Thu Jun 12 13:42:39 2003
+@@ -10,6 +10,8 @@
+ #include "copy_ptr-t.hpp"
+ #include "asc_ctype.hpp"
++#include <cassert>
++
+ static int get_line(FILE * in, CharVector & d)
+ {
+   d.resize(0);
This page took 0.128995 seconds and 4 git commands to generate.