diff options
Diffstat (limited to 'games/battlestar/externs.h')
-rw-r--r-- | games/battlestar/externs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/battlestar/externs.h b/games/battlestar/externs.h index 2d85352..d6ff2c9 100644 --- a/games/battlestar/externs.h +++ b/games/battlestar/externs.h @@ -33,6 +33,7 @@ * @(#)externs.h 8.1 (Berkeley) 5/31/93 */ +#include <errno.h> #include <sys/param.h> #include <sys/signal.h> #include <stdio.h> @@ -298,3 +299,5 @@ struct objs { }; struct objs dayobjs[]; struct objs nightobjs[]; + +gid_t egid; |