From: Derrick Brashear Date: Tue, 3 Dec 2002 02:03:42 +0000 (+0000) Subject: viced-prototypes-inclusion-20021202 X-Git-Tag: openafs-devel-1_3_50~481 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=484d4b8588f99a849e717c4fabddefd145c55eb9;p=packages%2Fo%2Fopenafs.git viced-prototypes-inclusion-20021202 include prototypes header file --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 1c5bcfb6d..bb54ce305 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -106,8 +106,8 @@ RCSID("$Header$"); #include #include #include -#include "viced.h" #include "viced_prototypes.h" +#include "viced.h" #include "host.h" #include #include diff --git a/src/viced/callback.c b/src/viced/callback.c index 5ce38169e..7e43bfaad 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -114,6 +114,7 @@ RCSID("$Header$"); #include #include #include +#include "viced_prototypes.h" #include "viced.h" #include /* need definition of prlist for host.h */ diff --git a/src/viced/host.c b/src/viced/host.c index d41e2fcda..528fa8b82 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -54,6 +54,7 @@ RCSID("$Header$"); #include #include #include +#include "viced_prototypes.h" #include "viced.h" #include "host.h" diff --git a/src/viced/physio.c b/src/viced/physio.c index f0a4cb2d3..6cbb52388 100644 --- a/src/viced/physio.c +++ b/src/viced/physio.c @@ -43,6 +43,7 @@ RCSID("$Header$"); #include #include #include +#include "viced_prototypes.h" #include "viced.h" #ifdef PAGESIZE #undef PAGESIZE