]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-nls-includes-20080626
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 26 Jun 2008 17:46:35 +0000 (17:46 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 26 Jun 2008 17:46:35 +0000 (17:46 +0000)
LICENSE MIT

Add include for cm_nls.h

src/WINNT/client_config/config.cpp
src/WINNT/client_config/drivemap.cpp
src/auth/cellconfig.c
src/sys/pioctl_nt.c

index 5b6784eddad680ffa99054db64a8017b9b53b364..f5be8916da40fde6fcab69b638dee802fbd28370 100644 (file)
@@ -25,6 +25,7 @@ extern "C" {
 #define __CM_CONFIG_INTERFACES_ONLY__
 #include "../afsd/cm_config.h"
 
+#include "../afsd/cm_nls.h"
 #define __CM_IOCTL_INTERFACES_ONLY__
 #include "../afsd/cm_ioctl.h"
 
index 960e9598f01f02f232dc03765453de39f7142825..5485950a171bcdd8b5a4e2014be0cf4bc0df127a 100644 (file)
@@ -403,6 +403,7 @@ extern "C" {
 #define __CM_CONFIG_INTERFACES_ONLY__
 #include "../afsd/cm_config.h"
 
+#include "../afsd/cm_nls.h"
 #define __CM_IOCTL_INTERFACES_ONLY__
 #include "../afsd/cm_ioctl.h"
 
index 6db4c52659110f61fb1ce90fad0cdf915ed40a3a..031af36da599610591a6e575071a023b17b6377c 100644 (file)
@@ -62,6 +62,7 @@ RCSID
 #ifdef AFS_NT40_ENV
 #ifdef AFS_AFSDB_ENV
 /* cm_dns.h depends on cellconfig.h */
+#include <cm_nls.h>
 #include <cm_dns.h>
 #endif /* AFS_AFSDB_ENV */
 #endif
index c385f74cd459fecd82f0101e0f43d7ff6510eb07..4bcc43304055b301e40f6010bffa9553776eac65 100644 (file)
@@ -29,6 +29,7 @@ RCSID
 #include <osi.h>
 
 #include <cm.h>
+#include <cm_nls.h>
 #include <cm_server.h>
 #include <cm_cell.h>
 #include <cm_user.h>