|
From: Terry T. <ter...@us...> - 2005-01-24 03:48:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11747/Frontier/Common/source Modified Files: wpverbs.c Log Message: Correct name of "Paige.h" -> "PAIGE.H" so compiles on case-sensitive filesystems work. Index: wpverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/wpverbs.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wpverbs.c 11 Jan 2005 22:48:12 -0000 1.4 --- wpverbs.c 24 Jan 2005 03:48:34 -0000 1.5 *************** *** 29,33 **** #include "standard.h" ! #include "Paige.h" #include "frontierconfig.h" --- 29,33 ---- #include "standard.h" ! #include "PAIGE.H" #include "frontierconfig.h" |