* xm-vaxult.h: Add decl for strdup().

This commit is contained in:
Stu Grossman 1992-04-06 23:37:23 +00:00
parent 6f2a109c2c
commit 995e7f86f3
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Mon Apr 6 15:25:03 1992 Stu Grossman (grossman at cygnus.com)
* xm-vaxult.h: Add decl for strdup().
* Makefile.in: Add dependancies for xm-vaxbsd.h and xm-vaxult.h
for xm-vax.h.

View File

@ -1,3 +1,4 @@
/* Definitions to make GDB run on a vax under Ultrix. */
#include "xm-vax.h"
extern char *strdup();