2003-02-06 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 7 Feb 2003 03:23:20 +0000 (03:23 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 7 Feb 2003 03:23:20 +0000 (03:23 +0000)
* procfs.c: Include "gdb_assert.h".

gdb/ChangeLog
gdb/procfs.c

index 5721310378a107c14188d1ce20a8e460c684c519..09fbfc08d1c87baa49d5d2c85d882ef372aa896c 100644 (file)
@@ -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.
index bf488a61c944cd0692792184e3a62d9146834c26..3ad2f886ea81471ef1f664c81bd8dd9ba17717c0 100644 (file)
@@ -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
This page took 0.029399 seconds and 4 git commands to generate.