diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-21 12:10:35 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-21 12:10:35 +0000 |
| commit | dc352222aa629969e87da5dbdd7940d2daaf7d87 (patch) | |
| tree | dac1c40093e6fd52ac911b1d0b3988152a3c93f6 | |
| parent | dc2ea2d8745e09b61dd730b41d3861229a5607a2 (diff) | |
Notes
| -rw-r--r-- | games/adventure/done.c | 1 | ||||
| -rw-r--r-- | games/adventure/main.c | 1 | ||||
| -rw-r--r-- | games/adventure/subr.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/adventure/done.c b/games/adventure/done.c index 3dd013a30190..f76961321af1 100644 --- a/games/adventure/done.c +++ b/games/adventure/done.c @@ -47,6 +47,7 @@ static const char rcsid[] = /* Re-coding of advent in C: termination routines */ #include <stdio.h> +#include <stdlib.h> #include "hdr.h" int diff --git a/games/adventure/main.c b/games/adventure/main.c index 8b21937de110..5b67d7bba1cb 100644 --- a/games/adventure/main.c +++ b/games/adventure/main.c @@ -57,6 +57,7 @@ static const char rcsid[] = #include <sys/types.h> #include <signal.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> #include "hdr.h" diff --git a/games/adventure/subr.c b/games/adventure/subr.c index 6bbb57e3af87..d1474125b2bf 100644 --- a/games/adventure/subr.c +++ b/games/adventure/subr.c @@ -47,6 +47,7 @@ static const char rcsid[] = /* Re-coding of advent in C: subroutines from main */ #include <stdio.h> +#include <stdlib.h> #include <string.h> #include "hdr.h" |
