From 484d4b8588f99a849e717c4fabddefd145c55eb9 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 3 Dec 2002 02:03:42 +0000 Subject: [PATCH] viced-prototypes-inclusion-20021202 include prototypes header file --- src/viced/afsfileprocs.c | 2 +- src/viced/callback.c | 1 + src/viced/host.c | 1 + src/viced/physio.c | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 1c5bcfb6db..bb54ce305e 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 5ce38169ef..7e43bfaadf 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 d41e2fcda6..528fa8b82d 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 f0a4cb2d38..6cbb523883 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