From: Michael 'Mickey' Lauer Date: Thu, 11 Mar 2010 11:40:32 +0000 (+0100) Subject: readline 5.2: add missing include to stdio.h X-Git-Tag: Release-2010-05/1~361 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4891edc5e04a3c2bba3b121b323378d4ff062b2a;p=openembedded.git 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. --- 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 0000000000..8ec398d9fe --- /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 ++ + #ifdef __cplusplus + extern "C" { + #endif