diff options
Diffstat (limited to 'games/atc/graphics.c')
-rw-r--r-- | games/atc/graphics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/atc/graphics.c b/games/atc/graphics.c index 7503b26..e7a34bf 100644 --- a/games/atc/graphics.c +++ b/games/atc/graphics.c @@ -47,6 +47,7 @@ static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ +#include <string.h> #include "include.h" #ifdef SYSV #include <errno.h> |