aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/procfs.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 57213103..09fbfc0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
2003-02-06 Andrew Cagney <ac131313@redhat.com>
+ * procfs.c: Include "gdb_assert.h".
+
* linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
* cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
* jv-typeprint.c (java_type_print_base): Ditto.
diff --git a/gdb/procfs.c b/gdb/procfs.c
index bf488a6..3ad2f88 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -42,6 +42,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <sys/wait.h>
#include <signal.h>
#include <ctype.h>
+#include "gdb_assert.h"
/*
* PROCFS.C