[oe-commits] Michael 'Mickey' Lauer : readline 5.2: add missing include to stdio.h

git version control git at git.openembedded.org
Thu Mar 11 11:37:03 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5310bdc1b36353bcbd752619c25008af4487fd79
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5310bdc1b36353bcbd752619c25008af4487fd79

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Mar 11 12:40:32 2010 +0100

readline 5.2: add missing include to stdio.h

Include headers are usually required to be self-contained; only
the readline team sees that quite differently.

---

 recipes/readline/readline-5.2/fix-includes.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/readline/readline-5.2/fix-includes.patch b/recipes/readline/readline-5.2/fix-includes.patch
new file mode 100644
index 0000000..8ec398d
--- /dev/null
+++ b/recipes/readline/readline-5.2/fix-includes.patch
@@ -0,0 +1,13 @@
+Index: readline-5.2/rltypedefs.h
+===================================================================
+--- readline-5.2.orig/rltypedefs.h
++++ readline-5.2/rltypedefs.h
+@@ -23,6 +23,8 @@
+ #ifndef _RL_TYPEDEFS_H_
+ #define _RL_TYPEDEFS_H_
+ 
++#include <stdio.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif





More information about the Openembedded-commits mailing list