Add include of <sys/types.h> no longer included by <stdio.h>.

This commit is contained in:
David Nugent 1997-04-16 00:05:29 +00:00
parent 5455a8224b
commit 811a6dc127
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24971

View File

@ -6,7 +6,7 @@
* Include file for the Kerberos library.
*
* from: krb.h,v 4.26 89/08/08 17:55:25 jtkohl Exp $
* $Id$
* $Id: krb.h,v 1.11 1997/02/22 14:36:42 peter Exp $
*/
/* Only one time, please */
@ -15,6 +15,7 @@
/* Need some defs from des.h */
#include <stdio.h>
#include <sys/types.h>
#include <des.h>
#include <netinet/in.h>