mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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:
@@ -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-18 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* remote.c (strprefix): New.
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user