mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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:
parent
71a9dc8f78
commit
5bee037fc0
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user