procfs.c: Include "filestuff.h"
Fixes implicit function declaration error in gdb/procfs.c:4927 about undeclared make_cleanup_close(). gdb/ChangeLog: PR build/18843 * procfs.c: Include "filestuff.h".
This commit is contained in:
parent
6f1cb6eac2
commit
88fc5eb7e2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
|
||||
|
||||
PR build/18843
|
||||
* procfs.c: Include "filestuff.h".
|
||||
|
||||
2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
|
||||
|
||||
* tui/tui-data.h (tui_command_info): Remove fields cur_line and
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "gdbthread.h"
|
||||
#include "regcache.h"
|
||||
#include "inf-child.h"
|
||||
#include "filestuff.h"
|
||||
|
||||
#if defined (NEW_PROC_API)
|
||||
#define _STRUCTURED_PROC 1 /* Should be done by configure script. */
|
||||
|
|
Loading…
Reference in a new issue