diff options
| author | tls <tls@NetBSD.org> | 1997-01-07 12:42:14 +0000 |
|---|---|---|
| committer | tls <tls@NetBSD.org> | 1997-01-07 12:42:14 +0000 |
| commit | ff661413fe2d73ce048a4c6a1f36601ae5d1f411 (patch) | |
| tree | 07bc04c7c46bb8cb5d06bd0d3501b36a7c941b1c /sail/extern.h | |
| parent | a5433d806214e38f63d51925b3630a0b8a8dd9c0 (diff) | |
| download | bsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.tar.gz bsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.zip | |
Sync to 4.4BSD-Lite2
Diffstat (limited to 'sail/extern.h')
| -rw-r--r-- | sail/extern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sail/extern.h b/sail/extern.h index 4ee80754..6d9a7703 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,3 +1,5 @@ +/* $NetBSD: extern.h,v 1.2 1997/01/07 12:42:17 tls Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -35,6 +37,7 @@ #include <stdio.h> #include <signal.h> +#include <string.h> #include <ctype.h> #include <setjmp.h> #include "machdep.h" |
