freebsd-ports/misc/cheatah/files/patch-cheatsig.cpp
Pav Lucistnik fb98df53f9 - Unbreak on gcc-3.3 (include assert.h)
PR:		ports/63081
Submitted by:	Willem van Engen <wvengen@stack.nl> (maintainer)
2004-02-23 22:56:57 +00:00

11 lines
233 B
C++

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"