|
From: Terry T. <ter...@us...> - 2005-01-24 03:20:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4659/Frontier/Common/source Modified Files: langxml.c Log Message: Correct name of "base64.h" -> "BASE64.H" so compiles on case-sensitive filesystems work. Index: langxml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langxml.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** langxml.c 11 Jan 2005 22:48:08 -0000 1.4 --- langxml.c 24 Jan 2005 03:20:05 -0000 1.5 *************** *** 45,49 **** #include "kernelverbdefs.h" #include "oplist.h" ! #include "base64.h" //for xmlvaltostring #include "langxml.h" /*7.0b21 PBS*/ #include "process.h" --- 45,49 ---- #include "kernelverbdefs.h" #include "oplist.h" ! #include "BASE64.H" //for xmlvaltostring #include "langxml.h" /*7.0b21 PBS*/ #include "process.h" |