From f0eb03da0471c128749436a2ccd69f7bf2d99eb7 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 4 Dec 1997 22:42:15 +0000 Subject: [PATCH] roken.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4102 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/gettimeofday.c | 5 +++-- lib/roken/swab.c | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/roken/gettimeofday.c b/lib/roken/gettimeofday.c index 8aad65267..b1250afc0 100644 --- a/lib/roken/gettimeofday.c +++ b/lib/roken/gettimeofday.c @@ -36,10 +36,11 @@ * SUCH DAMAGE. */ -#include "krb_locl.h" +#include "roken.h" +#ifndef HAVE_GETTIMEOFDAY + RCSID("$Id$"); -#ifndef HAVE_GETTIMEOFDAY /* * Simple gettimeofday that only returns seconds. */ diff --git a/lib/roken/swab.c b/lib/roken/swab.c index 3ba132a74..eb11ba833 100644 --- a/lib/roken/swab.c +++ b/lib/roken/swab.c @@ -36,12 +36,12 @@ * SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H -#include -RCSID("$Id$"); -#endif +#include "roken.h" #ifndef HAVE_SWAB + +RCSID("$Id$"); + void swab (char *from, char *to, int nbytes) {