forked from Imagelibrary/binutils-gdb
* elfread.c, mipsread.c: Include <string.h>.
* i386-stub.c: Include "ansidecl.h" to deal with prototypes. * serial.h: Add prototype for serial_restore().
This commit is contained in:
@@ -43,6 +43,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "objfiles.h"
|
||||
#include "buildsym.h"
|
||||
#include "gdb-stabs.h"
|
||||
#include <string.h>
|
||||
|
||||
#define STREQ(a,b) (strcmp((a),(b))==0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user