config-include-fixes-20060802

Include stdlib.h so that we have a prototype for exit.  One fewer compiler
warning during the build.
This commit is contained in:
Russ Allbery 2006-08-02 16:45:34 +00:00
parent 71a9dc8f78
commit 5bee037fc0

View File

@ -7,12 +7,12 @@
* directory or online at http://www.openafs.org/dl/license10.html * directory or online at http://www.openafs.org/dl/license10.html
*/ */
#include <sys/types.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/file.h> #include <sys/file.h>
#include <sys/time.h> #include <sys/time.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
#include <errno.h> #include <errno.h>
#include "AFS_component_version_number.c" #include "AFS_component_version_number.c"