include stdlib.h for exit(3) prototype.

This commit is contained in:
Alfred Perlstein 2002-07-11 17:31:15 +00:00
parent c1f903a031
commit 2b45ad94bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99786

View File

@ -43,6 +43,7 @@
#include <sys/mman.h> /* For mmap() */
#include <rpc/rpc.h>
#include <syslog.h>
#include <stdlib.h>
#include "statd.h"