Index: driver/cc1.cc
===================================================================
--- driver/cc1.cc	(revision 134b86a0507148247f6d9b3cb3c99e475d9ae954)
+++ driver/cc1.cc	(revision c8ffe20b6084e6e8082ff367961b87d47cfe83ff)
@@ -8,6 +8,6 @@
 // Created On       : Fri Aug 26 14:23:51 2005
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Oct 17 18:02:37 2014
-// Update Count     : 4
+// Last Modified On : Wed Nov 12 22:58:59 2014
+// Update Count     : 5
 //
 // This  library is free  software; you  can redistribute  it and/or  modify it
Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 134b86a0507148247f6d9b3cb3c99e475d9ae954)
+++ driver/cfa.cc	(revision c8ffe20b6084e6e8082ff367961b87d47cfe83ff)
@@ -8,6 +8,6 @@
 // Created On       : Tue Aug 20 13:44:49 2002
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Oct 18 13:52:43 2014
-// Update Count     : 97
+// Last Modified On : Tue Nov 11 09:19:15 2014
+// Update Count     : 106
 // 
 
@@ -64,5 +64,6 @@
     } // if
 
-    string installlibdir( CFA_LIBDIR );			// fixed location of the cpp and cfa-cpp commands
+    string installincdir( CFA_INCDIR );			// fixed location of cc1 and cfa-cpp commands
+    string installlibdir( CFA_LIBDIR );			// fixed location of include files
 
     string heading;					// banner printed at start of cfa compilation
@@ -235,4 +236,7 @@
     } // if
 
+    args[nargs] = "-I" CFA_INCDIR;
+    nargs += 1;
+
     if ( link ) {
 	// include the cfa library in case it's needed
