opnsense-ports/textproc/aspell/files/patch-prog__checker_string.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
333 B
C++

--- prog/checker_string.cpp.orig Thu Jul 17 19:39:02 2003
+++ prog/checker_string.cpp Thu Jul 17 19:39:09 2003
@@ -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"