mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
111f4b20f8
PR: ports/39924 Submitted by: maintainer
9 lines
346 B
C++
9 lines
346 B
C++
diff -ruN sword-1.5.3.orig/examples/cmdline/threaded_search.cpp sword-1.5.3/examples/cmdline/threaded_search.cpp
|
|
--- examples/cmdline/threaded_search.cpp Thu Mar 15 19:24:39 2001
|
|
+++ examples/cmdline/threaded_search.cpp Wed Jun 19 14:12:14 2002
|
|
@@ -1,3 +1,4 @@
|
|
+#include <iostream.h>
|
|
#include <stdio.h>
|
|
#include <rawtext.h>
|
|
#include <swmgr.h>
|