- (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype.

This commit is contained in:
Darren Tucker 2007-04-29 12:10:57 +10:00
parent 781e7a28d0
commit d757e69cda
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
20070429
- (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
for select(2) prototype.
- (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype.
20070406
- (dtucker) [INSTALL] Update the systems that have PAM as standard. Link
@ -2882,4 +2883,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4652 2007/04/29 02:06:55 dtucker Exp $
$Id: ChangeLog,v 1.4653 2007/04/29 02:10:57 dtucker Exp $

View File

@ -28,6 +28,7 @@
#include <shadow.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include "key.h"
#include "hostfile.h"

View File

@ -161,6 +161,7 @@
#include <pwd.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "xmalloc.h"