aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerenc Wágner <wferi@niif.hu>2014-07-03 22:24:59 +0200
committerFerenc Wágner <wferi@niif.hu>2014-10-11 21:59:16 +0200
commit625613ccc18bcdabff6c91a75c1a1be8e4061822 (patch)
treeebdd8081568c5c8b2dd615e6faf92c427eacd87b
parentca010f436d431edc8f4bd4a17819d5fe6c6c9570 (diff)
downloadsyslinux-625613ccc18bcdabff6c91a75c1a1be8e4061822.tar.gz
syslinux-625613ccc18bcdabff6c91a75c1a1be8e4061822.tar.xz
syslinux-625613ccc18bcdabff6c91a75c1a1be8e4061822.zip
libansi.h: depends on stdbool.h and stdio.h
Signed-off-by: Ferenc Wágner <wferi@niif.hu>
-rw-r--r--com32/include/libansi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/include/libansi.h b/com32/include/libansi.h
index d813f9fc..030fd0df 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);