diff options
Diffstat (limited to 'kerberosIV/kadm/kadm_local.h')
-rw-r--r-- | kerberosIV/kadm/kadm_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kerberosIV/kadm/kadm_local.h b/kerberosIV/kadm/kadm_local.h index 4c7d9fe99ac..829f43c5444 100644 --- a/kerberosIV/kadm/kadm_local.h +++ b/kerberosIV/kadm/kadm_local.h @@ -1,4 +1,4 @@ -/* $Id: kadm_local.h,v 1.2 1997/06/29 10:56:14 provos Exp $ */ +/* $Id: kadm_local.h,v 1.3 1997/12/01 04:46:59 art Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -8,6 +8,7 @@ #include <time.h> #include <errno.h> +#include <sys/types.h> #include <sys/socket.h> #include <sys/param.h> #include <netinet/in.h> |