diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:28:58 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:28:58 +0000 |
commit | 7453f3df01440088b49c98e62133509e344de3ec (patch) | |
tree | 5f67a8c7d698633b6b1e19fe9528fd8be2c63795 /games/fortune/unstr | |
parent | f70bb544331f35639bf64401ad035e6bcbaa9ae3 (diff) | |
download | src-7453f3df01440088b49c98e62133509e344de3ec.tar.gz src-7453f3df01440088b49c98e62133509e344de3ec.zip |
Add used include of <stdlib.h>, copying style bugs from adjacent lines.
Notes
Notes:
svn path=/head/; revision=97634
Diffstat (limited to 'games/fortune/unstr')
-rw-r--r-- | games/fortune/unstr/unstr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index 2f5fff02a2ae..15120260785e 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -66,6 +66,7 @@ static const char rcsid[] = # include <arpa/inet.h> # include <stdio.h> # include <ctype.h> +# include <stdlib.h> # include <string.h> # include "strfile.h" |