Fix header inclusions in preparation for a fix for PR 19886.

The CVS Id tag FreeBSD was added to satisfy commit_prep.pl.
This commit is contained in:
Sheldon Hearn 2000-07-18 11:29:13 +00:00
parent f21dbedd56
commit 47e05f6091

View File

@ -3,6 +3,8 @@
*
* Mink is the former name of the S/KEY authentication system.
* Many references for mink may still be found in this program.
*
* $FreeBSD$
*/
#include <sys/param.h>
@ -10,14 +12,11 @@
#include <sys/time.h>
#include <sys/resource.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <errno.h>
#include "skey.h"
#include "pathnames.h"