Add include of <sys/types.h> no longer included by <stdio.h>.
This commit is contained in:
parent
5455a8224b
commit
811a6dc127
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user