This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix solaris 2.7 build


My recent changes mean that procfs.c needs to include "gdb_assert.h" on solaris. I've committed the attached build fix as obvious.

Andrew
2003-02-06  Andrew Cagney  <ac131313@redhat.com>

	* procfs.c: Include "gdb_assert.h".

Index: procfs.c
===================================================================
RCS file: /cvs/src/src/gdb/procfs.c,v
retrieving revision 1.42
diff -u -r1.42 procfs.c
--- procfs.c	1 Feb 2003 23:34:05 -0000	1.42
+++ procfs.c	7 Feb 2003 03:14:16 -0000
@@ -42,6 +42,7 @@
 #include <sys/wait.h>
 #include <signal.h>
 #include <ctype.h>
+#include "gdb_assert.h"
 
 /* 
  * PROCFS.C

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]