* 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:
Stu Grossman
1992-11-04 23:31:52 +00:00
parent 061a65a56f
commit 740b7efa43
4 changed files with 922 additions and 0 deletions

View File

@@ -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)