# HG changeset patch # User William Roberts # Date 1279036581 -3600 # Node ID 865e95be13c29da9f9d3b1ae5e02a3b65fb8135b # Parent a94d9c9c0f40b25b7e51da6d3fb8bbbc3c670355 Fix bug 1399 by using the correct case for ProductVariant.hrh in bldvariant.hrh diff -r a94d9c9c0f40 -r 865e95be13c2 foundation_system/sf_config/config/inc/bldvariant.hrh --- a/foundation_system/sf_config/config/inc/bldvariant.hrh Tue Jul 13 16:55:51 2010 +0100 +++ b/foundation_system/sf_config/config/inc/bldvariant.hrh Tue Jul 13 16:56:21 2010 +0100 @@ -29,6 +29,6 @@ #include #include -#include "productvariant.hrh" +#include "ProductVariant.hrh" #endif