toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / efibootmgr / 0001-Allow-build-with-uClibc.patch
blobfd29233dc3c60ef7c7d7ccdafc4262b87836443e
1 From bbfcc60497c326576bb23cb01d90115ef3cf6947 Mon Sep 17 00:00:00 2001
2 From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
3 Date: Fri, 25 Nov 2016 20:26:52 +0200
4 Subject: [PATCH] Remove unneeded <uchar.h> include
6 This fixes the build with uClibc.
8 Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9 ---
10 src/efibootdump.c | 1 -
11 src/eficonman.c | 1 -
12 2 files changed, 2 deletions(-)
14 diff --git a/src/efibootdump.c b/src/efibootdump.c
15 index 6ff8360..7c5a1c5 100644
16 --- a/src/efibootdump.c
17 +++ b/src/efibootdump.c
18 @@ -19,7 +19,6 @@
19 #include <stdint.h>
20 #include <stdio.h>
21 #include <stdlib.h>
22 -#include <uchar.h>
23 #include <unistd.h>
25 #include "error.h"
26 diff --git a/src/eficonman.c b/src/eficonman.c
27 index 2c2be38..9bfae79 100644
28 --- a/src/eficonman.c
29 +++ b/src/eficonman.c
30 @@ -17,7 +17,6 @@
31 #include <stdint.h>
32 #include <stdio.h>
33 #include <stdlib.h>
34 -#include <uchar.h>
35 #include <unistd.h>
37 #define _(String) gettext (String)
38 --
39 2.10.2