From 69bc1d519b1d9a1794e40022593c417f4dc1a0e7 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 13 Feb 2000 20:50:44 +0000 Subject: [PATCH] move down roken-common.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7939 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 9a615e3f8..8e4557fb0 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -1,6 +1,6 @@ /* -*- C -*- */ /* - * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan + * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -123,8 +123,6 @@ extern "C" { #endif #endif -#include - #if !defined(HAVE_SETSID) && defined(HAVE__SETSID) #define setsid _setsid #endif @@ -568,6 +566,8 @@ struct hostent* roken_gethostbyaddr(const void*, size_t, int); void set_progname(char *argv0); +#include + #ifdef __cplusplus } #endif