mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
3391e71425
PR: ports/83573 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (7 weeks) Pointed by: pointyhat
11 lines
252 B
C
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;
|