(INCLUDE_DEFAULTS): Fix missing comma.
authorRichard Stallman <rms@gnu.org>
Sun, 23 May 1993 21:46:24 +0000 (21:46 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 23 May 1993 21:46:24 +0000 (21:46 +0000)
From-SVN: r4546

gcc/config/nextstep.h

index 32efc2c..7b431a9 100644 (file)
@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
     { "/LocalDeveloper/Headers/bsd", 0},               \
     { "/NextDeveloper/2.0CompatibleHeaders", 0},       \
     { STANDARD_INCLUDE_DIR, 0},                                \
-    { "/usr/include/bsd", 0}                           \
+    { "/usr/include/bsd", 0},                          \
     { 0, 0}                                            \
   }
 #endif /* CROSS_COMPILE */