diff options
Diffstat (limited to 'math/fxt/files/patch-include::jjassert.h')
-rw-r--r-- | math/fxt/files/patch-include::jjassert.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fxt/files/patch-include::jjassert.h b/math/fxt/files/patch-include::jjassert.h new file mode 100644 index 000000000000..47b53e6ea6a3 --- /dev/null +++ b/math/fxt/files/patch-include::jjassert.h @@ -0,0 +1,11 @@ +--- include/jjassert.h.orig Sun Feb 23 14:08:38 2003 ++++ include/jjassert.h Sun Feb 23 14:08:56 2003 +@@ -2,7 +2,7 @@ + #define HAVE_JJASSERT_H__ + + // if you don't have sys/cdefs.h just uncomment the next line: +-//#include <sys/cdefs.h> // __STRING() ++#include <sys/cdefs.h> // __STRING() + + // aux0/jjassert.cc: + // options for last action of jjassert_fail(): |