1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/rote/files/patch-inject.c
Renato Botelho 3391e71425 - Fix build on 4.x
PR:		ports/83573
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	maintainer timeout (7 weeks)
Pointed by:	pointyhat
2005-09-09 13:49:11 +00:00

11 lines
252 B
C

--- inject.c.orig Sat Jul 16 18:25:27 2005
+++ inject.c Sat Jul 16 18:25:47 2005
@@ -23,6 +23,7 @@
#include "roteprivate.h"
#include "inject_csi.h"
#include <string.h>
+#include <stdbool.h>
static void cursor_line_down(RoteTerm *rt) {
int i;