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
234 B
C
11 lines
234 B
C
--- inject_csi.c.orig Sat Jul 16 18:26:31 2005
|
|
+++ inject_csi.c Sat Jul 16 18:26:50 2005
|
|
@@ -23,6 +23,7 @@
|
|
#include "roteprivate.h"
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <stdbool.h>
|
|
|
|
#define MAX_CSI_ES_PARAMS 32
|
|
|