]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
config-include-fixes-20060802
authorRuss Allbery <rra@stanford.edu>
Wed, 2 Aug 2006 16:45:34 +0000 (16:45 +0000)
committerRuss 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

index 5512d67e80c1b7900a42ca8ab52789257eba59f5..fd376cc8ade863d77600bbca5b5075152d2f5c69 100644 (file)
@@ -7,12 +7,12 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#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"