From 88fc5eb7e23af132eacb895e475b31be0f7623e6 Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Wed, 19 Aug 2015 16:51:31 +0000 Subject: 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". --- gdb/procfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/procfs.c') diff --git a/gdb/procfs.c b/gdb/procfs.c index 42f1403..3d4f7be 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -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. */ -- cgit v1.1