]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-btree-20080528
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 28 May 2008 18:23:21 +0000 (18:23 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 28 May 2008 18:23:21 +0000 (18:23 +0000)
LICENSE MIT

add cm_btree.h to afsd.h include list

(cherry picked from commit 7b8c8a48a354a45ec34ed672aef1ea0255e4b4f1)

src/WINNT/afsd/afsd.h

index df5b5780a939ff522a46bf0672c03a96261a4f81..993d76e94340473bbc1a2202a102e2dd2a0aa494 100644 (file)
@@ -56,6 +56,7 @@ BOOL APIENTRY About(HWND, unsigned int, unsigned int, long);
 #include "cm_utils.h"
 #include "cm_vnodeops.h"
 #include "cm_dir.h"
+#include "cm_btree.h"
 #include "cm_daemon.h"
 #include "cm_ioctl.h"
 #include "cm_dnlc.h"