diff options
Diffstat (limited to 'misc/cheatah/files')
-rw-r--r-- | misc/cheatah/files/patch-cheatah.cpp | 11 | ||||
-rw-r--r-- | misc/cheatah/files/patch-cheatsig.cpp | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/misc/cheatah/files/patch-cheatah.cpp b/misc/cheatah/files/patch-cheatah.cpp new file mode 100644 index 000000000000..e6f07f99f7f3 --- /dev/null +++ b/misc/cheatah/files/patch-cheatah.cpp @@ -0,0 +1,11 @@ +diff -ruN cheatah.cpp cheatah.cpp +--- cheatah.cpp Thu Feb 19 21:50:28 2004 ++++ cheatah.cpp Thu Feb 19 21:50:32 2004 +@@ -28,6 +28,7 @@ + #include <gbfplain.h> + #include <thmlplain.h> + #include <string.h> ++#include <assert.h> + + using namespace sword; + using namespace std; diff --git a/misc/cheatah/files/patch-cheatsig.cpp b/misc/cheatah/files/patch-cheatsig.cpp new file mode 100644 index 000000000000..05c786d36395 --- /dev/null +++ b/misc/cheatah/files/patch-cheatsig.cpp @@ -0,0 +1,11 @@ +iff -ruN cheatsig.cpp cheatsig.cpp +--- cheatsig.cpp Thu Feb 19 21:50:28 2004 ++++ cheatsig.cpp Thu Feb 19 21:50:39 2004 +@@ -20,6 +20,7 @@ + */ + + #include <gtk/gtk.h> ++#include <assert.h> + #include "cheatah.h" + #include "cheatsig.h" + |