summaryrefslogtreecommitdiff
path: root/lib/guid.c
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2014-12-11 09:48:50 -0500
committerPeter Jones <pjones@redhat.com>2014-12-11 09:48:50 -0500
commited4c5dbc84c6baa6fc1ae0ea24b878df5bc81fa2 (patch)
tree9bc1e34cbc6cbd5897edd858f048f1fc2066ddc4 /lib/guid.c
parent7361f67dbd7f7fe98a807d3d12f90a87262124d6 (diff)
downloadefi-boot-shim-ed4c5dbc84c6baa6fc1ae0ea24b878df5bc81fa2.tar.gz
efi-boot-shim-ed4c5dbc84c6baa6fc1ae0ea24b878df5bc81fa2.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/guid.c')
-rw-r--r--lib/guid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/guid.c b/lib/guid.c
index 56ec952b..c97a7ca8 100644
--- a/lib/guid.c
+++ b/lib/guid.c
@@ -5,7 +5,6 @@
*/
#include <guid.h>
-#include <stdio.h>
#ifndef BUILD_EFI
/* EFI has %g for this, so it's only needed in platform c */