[syslinux:master] libansi.h: depends on stdbool.h and stdio.h

syslinux-bot for Ferenc Wágner wferi at niif.hu
Sat Feb 14 11:09:15 PST 2015


Commit-ID:  625613ccc18bcdabff6c91a75c1a1be8e4061822
Gitweb:     http://www.syslinux.org/commit/625613ccc18bcdabff6c91a75c1a1be8e4061822
Author:     Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu, 3 Jul 2014 22:24:59 +0200
Committer:  Ferenc Wágner <wferi at niif.hu>
CommitDate: Sat, 11 Oct 2014 21:59:16 +0200

libansi.h: depends on stdbool.h and stdio.h

Signed-off-by: Ferenc Wágner <wferi at niif.hu>

---
 com32/include/libansi.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/com32/include/libansi.h b/com32/include/libansi.h
index d813f9f..030fd0d 100644
--- a/com32/include/libansi.h
+++ b/com32/include/libansi.h
@@ -29,6 +29,9 @@
 #ifndef DEFINE_LIB_ANSI_H
 #define DEFINE_LIB_ANSI_H
 
+#include <stdbool.h>
+#include <stdio.h>
+
 #define CSI "\e["
 
 void display_cursor(bool status);


More information about the Syslinux-commits mailing list