summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 09:24:12 +0000
committerjb <jb@FreeBSD.org>1998-05-09 09:24:12 +0000
commitf21cd75f30da33178c89cb467c84838dbe9108ea (patch)
tree2384a461dff10c098645777f5e7964b209273721 /games
parent005dd2f7a48fece640e6a62fabdd39093d12e4b3 (diff)
downloadFreeBSD-src-f21cd75f30da33178c89cb467c84838dbe9108ea.zip
FreeBSD-src-f21cd75f30da33178c89cb467c84838dbe9108ea.tar.gz
Add #include stdlib.h to get prototypes.
Diffstat (limited to 'games')
-rw-r--r--games/backgammon/backgammon/move.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/backgammon/backgammon/move.c b/games/backgammon/backgammon/move.c
index 58efc6b..ca128a6 100644
--- a/games/backgammon/backgammon/move.c
+++ b/games/backgammon/backgammon/move.c
@@ -35,6 +35,7 @@
static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
+#include <stdlib.h>
#include "back.h"
#ifdef DEBUG
OpenPOWER on IntegriCloud