pulling param.h not types.h to get BSD4_4. from NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> in PR#7751

This commit is contained in:
mrg 1999-06-10 14:59:50 +00:00
parent b2f847943a
commit 017ff0934b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: gfmt.c,v 1.13 1999/03/02 17:27:03 christos Exp $ */
/* $NetBSD: gfmt.c,v 1.14 1999/06/10 14:59:50 mrg Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -38,11 +38,11 @@
#if 0
static char sccsid[] = "@(#)gfmt.c 8.6 (Berkeley) 4/2/94";
#else
__RCSID("$NetBSD: gfmt.c,v 1.13 1999/03/02 17:27:03 christos Exp $");
__RCSID("$NetBSD: gfmt.c,v 1.14 1999/06/10 14:59:50 mrg Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <err.h>
#include <stdio.h>