diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index 22fefc35ee22..855c875df847 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -1,4 +1,4 @@ -/* $NetBSD: fseek.c,v 1.21 2005/03/04 16:25:20 dsl Exp $ */ +/* $NetBSD: fseek.c,v 1.22 2006/01/26 10:48:18 kleink Exp $ */ /*- * Copyright (c) 2005 The NetBSD Foundation, Inc. @@ -34,12 +34,13 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: fseek.c,v 1.21 2005/03/04 16:25:20 dsl Exp $"); +__RCSID("$NetBSD: fseek.c,v 1.22 2006/01/26 10:48:18 kleink Exp $"); #endif /* LIBC_SCCS and not lint */ #include #include +#include "namespace.h" #include #include #include