summaryrefslogtreecommitdiff
path: root/lib/console.c
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2014-11-10 17:31:15 +0800
committerPeter Jones <pjones@redhat.com>2014-12-11 09:48:50 -0500
commit361716dd4a612e8be58e755102eceefffd3a54c5 (patch)
tree9bc1e34cbc6cbd5897edd858f048f1fc2066ddc4 /lib/console.c
parent4316fbd2a2bab522c4fffff5338441654eefd4b6 (diff)
downloadefi-boot-shim-361716dd4a612e8be58e755102eceefffd3a54c5.tar.gz
efi-boot-shim-361716dd4a612e8be58e755102eceefffd3a54c5.zip
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 <glin@suse.com>
Diffstat (limited to 'lib/console.c')
-rw-r--r--lib/console.c4
1 files changed, 2 insertions, 2 deletions
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 <efi/efi.h>
-#include <efi/efilib.h>
+#include <efi.h>
+#include <efilib.h>
#include <console.h>
#include <variables.h>