]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
asetkey-includes-20060122
authorJim Rees <rees@umich.edu>
Mon, 22 Jan 2007 22:30:15 +0000 (22:30 +0000)
committerJim Rees <rees@umich.edu>
Mon, 22 Jan 2007 22:30:15 +0000 (22:30 +0000)
fix includes

src/aklog/.cvsignore
src/aklog/asetkey.c

index a62597e0945375ea7aa2c91c7f157d68184f66d8..51469b19399088d54958cb6979d16cda214c5e5f 100644 (file)
@@ -1,3 +1,4 @@
 Makefile
 aklog
 asetkey
+klog
index 5e1ca7554d8916e1a9b9032ca04092ae24e6965a..2e88fbcb15f8260a8e38bf74ab2fdc933544c060 100644 (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
@@ -31,7 +31,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>