git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
71a9dc8
)
config-include-fixes-20060802
author
Russ Allbery
<rra@stanford.edu>
Wed, 2 Aug 2006 16:45:34 +0000 (16:45 +0000)
committer
Russ Allbery
<rra@stanford.edu>
Wed, 2 Aug 2006 16:45:34 +0000 (16:45 +0000)
Include stdlib.h so that we have a prototype for exit. One fewer compiler
warning during the build.
src/config/config.c
patch
|
blob
|
history
diff --git
a/src/config/config.c
b/src/config/config.c
index
5512d67
..
fd376cc
100644
(file)
--- a/
src/config/config.c
+++ b/
src/config/config.c
@@
-8,11
+8,11
@@
*/
#include <sys/types.h>
-#include <sys/types.h>
#include <sys/file.h>
#include <sys/time.h>
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
#include <errno.h>
#include "AFS_component_version_number.c"