]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-asetkey-macos-20060215
authorDerrick Brashear <shadow@dementia.org>
Mon, 3 Apr 2006 20:42:05 +0000 (20:42 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 3 Apr 2006 20:42:05 +0000 (20:42 +0000)
make the same fix we do on aklog w.r.t com_err

(cherry picked from commit 90d681405a744816435949c1c70a5f33d86ff12d)

src/aklog/asetkey.c

index 36642229be7271e4acac07867848b802ea73f639..dad9de91645e03b83bb758bb2dfd83ab2d5d88c9 100644 (file)
@@ -22,9 +22,9 @@
 #endif /* HAVE_STRING_H */
 
 #include <krb5.h>
-#include <com_err.h>
 
 #include <afs/stds.h>
+#include <afs/com_err.h>
 #include <afs/cellconfig.h>
 #include <afs/keys.h>
 #include <afs/dirpath.h>