Need <string.h> when building the exception handler stuff on LP64

systems (like sparc64).
This commit is contained in:
thorpej 2001-10-05 07:04:04 +00:00
parent 1edcfbbee2
commit 044932d6cc
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */
#ifndef inhibit_libc
/* fixproto guarantees these system headers exist. */
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#endif