diff options
author | jb <jb@FreeBSD.org> | 1998-05-09 08:45:53 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-09 08:45:53 +0000 |
commit | 2289cf3713e5c2a45d9e037ee71385acc41aeb73 (patch) | |
tree | 32fadc28c0e96366591e1d770c49a7ecbb63f029 /games/atc | |
parent | bc55335b0dba9a83e80e7ee9523f00e1f911b013 (diff) | |
download | FreeBSD-src-2289cf3713e5c2a45d9e037ee71385acc41aeb73.zip FreeBSD-src-2289cf3713e5c2a45d9e037ee71385acc41aeb73.tar.gz |
Add #include stdlib.h to get prototypes.
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/atc/list.c b/games/atc/list.c index be2bbd0..19f605c 100644 --- a/games/atc/list.c +++ b/games/atc/list.c @@ -47,6 +47,7 @@ static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ +#include <stdlib.h> #include "include.h" PLANE * |