]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-asetkey-includes-20060122
authorJim Rees <rees@umich.edu>
Tue, 18 Mar 2008 16:11:50 +0000 (16:11 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 18 Mar 2008 16:11:50 +0000 (16:11 +0000)
fix includes

(cherry picked from commit 42e90ef1a076eaea70ad4b587a3c25632b38bb88)

src/aklog/.cvsignore [new file with mode: 0644]
src/aklog/asetkey.c

diff --git a/src/aklog/.cvsignore b/src/aklog/.cvsignore
new file mode 100644 (file)
index 0000000..51469b1
--- /dev/null
@@ -0,0 +1,4 @@
+Makefile
+aklog
+asetkey
+klog
index 40b6708818a7093d0af34ab103ccc762d7b82d9d..4b0cd02371e172f983eb11df8f43c0cc8d8be8f4 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
@@ -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>