added missing header file #include "libiberty.h" to psim.c
authorManoj Iyer <manjo@austin.ibm.com>
Wed, 20 Apr 2005 22:33:08 +0000 (22:33 +0000)
committerManoj Iyer <manjo@austin.ibm.com>
Wed, 20 Apr 2005 22:33:08 +0000 (22:33 +0000)
2005-04-20  Manoj Iyer  <manjo@austin.ibm.com>

     * psim.c: Added libiberty.h header file.

sim/ppc/psim.c

index c20effb6f597ae4ed40f749becd49e7d3e97d1fc..a574fe77941b6515b0bde9c038a5998e6400cc95 100644 (file)
@@ -49,6 +49,7 @@
 
 
 #include "bfd.h"
+#include "libiberty.h"
 
 
 /* system structure, actual size of processor array determined at
This page took 0.025114 seconds and 4 git commands to generate.