Oops, also needs "namespace.h".

This commit is contained in:
kleink 1998-10-08 12:18:18 +00:00
parent e5d1fd5f5a
commit b0d97e66b2
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: asctime.c,v 1.8 1998/09/11 11:35:21 kleink Exp $ */ /* $NetBSD: asctime.c,v 1.9 1998/10/08 12:18:18 kleink Exp $ */
/* /*
** This file is in the public domain, so clarified as of ** This file is in the public domain, so clarified as of
@ -11,13 +11,14 @@
#if 0 #if 0
static char elsieid[] = "@(#)asctime.c 7.9"; static char elsieid[] = "@(#)asctime.c 7.9";
#else #else
__RCSID("$NetBSD: asctime.c,v 1.8 1998/09/11 11:35:21 kleink Exp $"); __RCSID("$NetBSD: asctime.c,v 1.9 1998/10/08 12:18:18 kleink Exp $");
#endif #endif
#endif /* !defined NOID */ #endif /* !defined NOID */
#endif /* !defined lint */ #endif /* !defined lint */
/*LINTLIBRARY*/ /*LINTLIBRARY*/
#include "namespace.h"
#include "private.h" #include "private.h"
#include "tzfile.h" #include "tzfile.h"