mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
STABLE14-asetkey-includes-20060122
fix includes (cherry picked from commit 42e90ef1a076eaea70ad4b587a3c25632b38bb88)
This commit is contained in:
parent
524e6104e5
commit
85a0ec50a5
4
src/aklog/.cvsignore
Normal file
4
src/aklog/.cvsignore
Normal file
@ -0,0 +1,4 @@
|
||||
Makefile
|
||||
aklog
|
||||
asetkey
|
||||
klog
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user