+/* $NetBSD: externs.h,v 1.5 1995/04/24 12:22:18 cgd Exp $ */
+
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)externs.h 5.4 (Berkeley) 6/1/90
+ * @(#)externs.h 8.1 (Berkeley) 5/31/93
*/
-#include <sys/signal.h>
+#include <signal.h>
#include <stdio.h>
+#include <string.h>
#define BITS (8 * sizeof (int))