From ed4c5dbc84c6baa6fc1ae0ea24b878df5bc81fa2 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 11 Dec 2014 09:48:50 -0500 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