mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Add include of <sys/types.h> no longer included by <stdio.h>.
This commit is contained in:
parent
5455a8224b
commit
811a6dc127
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24971
@ -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…
Reference in New Issue
Block a user