Fix ia64-linux fortran common linking problem.
[deliverable/binutils-gdb.git] / gdb / proc-api.c
index d881edc302d7ca271f9261a1d25232f4027986c9..4cae8fd2e6264f5d6ff348ef2d06b30f828a478f 100644 (file)
@@ -27,6 +27,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "gdbcmd.h"
+#include "completer.h"
 
 #if defined (NEW_PROC_API)
 #define _STRUCTURED_PROC 1
@@ -219,7 +220,9 @@ static struct trans ioctl_table[] = {
 int
 ioctl_with_trace (int fd, long opcode, void *ptr, char *file, int line)
 {
-  int i, ret, arg1;
+  int i = 0;
+  int ret;
+  int arg1;
 
   prepare_to_trace ();
 
This page took 0.02333 seconds and 4 git commands to generate.