summaryrefslogtreecommitdiff
path: root/textproc/aspell/patches/patch-aa
blob: e69886b549fa082ce739aaf1cca1298e15e9cde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.3 2003/07/14 17:06:35 jmmv Exp $

--- prog/checker_string.cpp.orig	2002-09-26 04:42:42.000000000 +0200
+++ prog/checker_string.cpp
@@ -4,6 +4,7 @@
 // license along with this library if you did not you can find
 // it at http://www.gnu.org/.
 
+#include <assert.h>
 #include "checker_string.hpp"
 #include "speller.hpp"
 #include "document_checker.hpp"