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