diff --git a/bin/dd/strsuftoull.c b/bin/dd/strsuftoull.c index c4fb51de1d9f..8a303840ba64 100644 --- a/bin/dd/strsuftoull.c +++ b/bin/dd/strsuftoull.c @@ -1,4 +1,4 @@ -/* $NetBSD: strsuftoull.c,v 1.3 2001/11/30 00:12:04 thorpej Exp $ */ +/* $NetBSD: strsuftoull.c,v 1.4 2002/01/22 13:03:58 is Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -75,9 +75,13 @@ #include #ifndef lint -__RCSID("$NetBSD: strsuftoull.c,v 1.3 2001/11/30 00:12:04 thorpej Exp $"); +__RCSID("$NetBSD: strsuftoull.c,v 1.4 2002/01/22 13:03:58 is Exp $"); #endif /* not lint */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include diff --git a/usr.sbin/makefs/makefs.c b/usr.sbin/makefs/makefs.c index 2395375c2432..21f641b07c58 100644 --- a/usr.sbin/makefs/makefs.c +++ b/usr.sbin/makefs/makefs.c @@ -1,4 +1,4 @@ -/* $NetBSD: makefs.c,v 1.9 2002/01/18 08:39:24 lukem Exp $ */ +/* $NetBSD: makefs.c,v 1.10 2002/01/22 13:03:57 is Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -37,9 +37,13 @@ #include #ifndef __lint -__RCSID("$NetBSD: makefs.c,v 1.9 2002/01/18 08:39:24 lukem Exp $"); +__RCSID("$NetBSD: makefs.c,v 1.10 2002/01/22 13:03:57 is Exp $"); #endif /* !__lint */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include