]> Git Repo - binutils.git/commitdiff
added missing header file #include "libiberty.h" to psim.c
authorManoj Iyer <[email protected]>
Wed, 20 Apr 2005 22:33:08 +0000 (22:33 +0000)
committerManoj Iyer <[email protected]>
Wed, 20 Apr 2005 22:33:08 +0000 (22:33 +0000)
2005-04-20  Manoj Iyer  <[email protected]>

     * 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.02239 seconds and 4 git commands to generate.