[re-directing to insight ]
Markus Deuling wrote:
> Hi,
>
> some tests in gdb.gdbtk/ fail on x86 because some
headers are missing.
> This patch
> adds those.
>
> Btw, why is there a separate ChangeLog?
Because Insight is not officially a part of GDB, but it was
originally
developed as such. Aside from configury and Makefiles, this
is the only
bit of Insight that is not isolated in src/gdb/gdbtk.
> Ok to commit?
Yes, please do. Thank you for the patch.
Keith
> ChangeLog:
>
> * simple.c: Inlude <stdlib.h> and
<string.h> for declarations of
> malloc and strncpy.
> * stack1.c: Inlucde <stdlib.h> for a
declaration of exit.
|