(gstab.h): Include if cross compiling.

From-SVN: r10935
This commit is contained in:
Jim Wilson 1996-01-02 13:11:20 -08:00
parent 2d8743743a
commit 276c865243
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ char *getpwd ();
#define FORCE_TEXT
#endif
#if defined (USG) || defined (NO_STAB_H)
#if defined (USG) || defined (NO_STAB_H) || defined (CROSS_COMPILE)
#include "gstab.h" /* If doing DBX on sysV, use our own stab.h. */
#else
#include <stab.h> /* On BSD, use the system's stab.h. */