diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2014-11-10 17:31:15 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2014-12-11 09:48:50 -0500 |
| commit | 361716dd4a612e8be58e755102eceefffd3a54c5 (patch) | |
| tree | 9bc1e34cbc6cbd5897edd858f048f1fc2066ddc4 /lib/guid.c | |
| parent | 4316fbd2a2bab522c4fffff5338441654eefd4b6 (diff) | |
| download | efi-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/guid.c')
| -rw-r--r-- | lib/guid.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |
