]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
3da4e9f55a781ede1def3408234f28db98afe894
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From 552a7d64ad4a7188a9b7cd89933ae7caf7ebfe90 Mon Sep 17 00:00:00 2001
2 From: Mike Frysinger <vapier at gentoo.org>
3 Date: Thu, 18 Nov 2010 16:59:14 -0500
4 Subject: [PATCH gnulib] printf-parse: pull in features.h for __GLIBC__
5
6 Upstream-Status: Pending
7
8 Signed-off-by: Mike Frysinger <vapier at gentoo.org>
9 ---
10 lib/printf-parse.h | 3 +++
11 1 files changed, 3 insertions(+), 0 deletions(-)
12
13 diff --git a/lib/printf-parse.h b/lib/printf-parse.h
14 index 67a4a2a..3bd6152 100644
15 --- a/lib/printf-parse.h
16 +++ b/lib/printf-parse.h
17 @@ -25,6 +25,9 @@
18
19 #include "printf-args.h"
20
21 +#ifdef HAVE_FEATURES_H
22 +# include <features.h> /* for __GLIBC__ */
23 +#endif
24
25 /* Flags */
26 #define FLAG_GROUP 1 /* ' flag */
27 --
28 1.7.3.2
29