From 361716dd4a612e8be58e755102eceefffd3a54c5 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Mon, 10 Nov 2014 17:31:15 +0800 Subject: Add nostdinc to the CFLAGS for lib We don't need the headers from the standard include path. Signed-off-by: Gary Ching-Pang Lin --- lib/console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/console.c') diff --git a/lib/console.c b/lib/console.c index 83ee679e..fd8cc5c8 100644 --- a/lib/console.c +++ b/lib/console.c @@ -4,8 +4,8 @@ * * see COPYING file */ -#include -#include +#include +#include #include #include -- cgit v1.2.3