forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
223 B
C
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;
|