diff options
Diffstat (limited to 'battlestar/extern.h')
| -rw-r--r-- | battlestar/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h index 76cf14a1..c044a9a5 100644 --- a/battlestar/extern.h +++ b/battlestar/extern.h @@ -33,8 +33,9 @@ * @(#)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)) |
