]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-standard-header-includes-20081129
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Sat, 29 Nov 2008 18:16:06 +0000 (18:16 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 29 Nov 2008 18:16:06 +0000 (18:16 +0000)
LICENSE IPL10

add missing standard headers

(cherry picked from commit deb20d02fb76e52210e44fe03e611e5d3a48a8e5)

src/config/config.c
src/des/des.c
src/des/pcbc_encrypt.c
src/vol/common.c
src/vol/gi.c

index 5512d67e80c1b7900a42ca8ab52789257eba59f5..6c1b67e42b303e1a2ed203e4257fd73ef70d8b46 100644 (file)
 #include <sys/time.h>
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 #include <errno.h>
 
+
 #include "AFS_component_version_number.c"
 
 /* prototypes */
index 099021748d85efd7cfc97c5832b293209f607e44..413bed11483211376092ae1857b607768fa7ba5a 100644 (file)
@@ -41,6 +41,7 @@ RCSID
 
 #ifndef KERNEL
 #include <stdio.h>
+#include <string.h>
 #endif
 #ifdef AFS_PTHREAD_ENV
 #include <pthread.h>
index 19bcb87217e580b0adedad96f4152da48cdb77ef..2b45520353a37862561e0b192884f3ab8ab7e790 100644 (file)
@@ -23,6 +23,7 @@
 #include <mit-cpyright.h>
 #ifndef KERNEL
 #include <stdio.h>
+#include <string.h>
 #endif
 #include <afsconfig.h>
 #include <afs/param.h>
index af4d543342bdf8b0d427fb330ead48b643d5cfb3..2cc8985ca3b85c66a1a797fb132162ab9d4bb0a0 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <sys/types.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <afsconfig.h>
 #include <afs/param.h>
 
index a3dd45fc0d4f9bddaca38b272ec3cd1459c98841..c9f5f9a4b0d52a29a2b3cd2cf9b53d295814bd3f 100644 (file)
@@ -16,6 +16,7 @@ RCSID
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 int statflag;