Add #include stdlib.h to get prototypes.

This commit is contained in:
John Birrell 1998-05-09 09:24:12 +00:00
parent fef9452ba3
commit 4772ce29e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35868

View File

@ -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