STABLE14-asetkey-includes-20060122

fix includes


(cherry picked from commit 42e90ef1a076eaea70ad4b587a3c25632b38bb88)
This commit is contained in:
Jim Rees 2008-03-18 16:11:50 +00:00 committed by Derrick Brashear
parent 524e6104e5
commit 85a0ec50a5
2 changed files with 7 additions and 1 deletions

4
src/aklog/.cvsignore Normal file
View File

@ -0,0 +1,4 @@
Makefile
aklog
asetkey
klog

View File

@ -7,10 +7,10 @@
*/
#include <afsconfig.h>
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@ -23,7 +23,9 @@
#include <afs/stds.h>
#include <krb5.h>
#ifndef HAVE_KERBEROSV_HEIM_ERR_H
#include <afs/com_err.h>
#endif
#include <afs/cellconfig.h>
#include <afs/keys.h>
#include <afs/dirpath.h>