freebsd-ports/math/oleo/files/patch-src_io-term.h
Martin Wilke 9bbd56d5ed - Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		120415
Submitted by:	"Pietro Cerutti" <gahr@gahr.ch>
2008-02-08 23:40:56 +00:00

10 lines
223 B
C

--- src/io-term.h.orig 2008-02-08 16:38:59.000000000 +0100
+++ src/io-term.h 2008-02-08 16:38:48.000000000 +0100
@@ -21,6 +21,7 @@
*/
#include <setjmp.h>
+#include "funcs.h"
#include "global.h"
extern int using_x;