Changes from net 2.5.2 release branch:
[binutils-gdb.git] / gas / read.c
index fc2d29bcf86d3e8dba21ef71d2f1ac8683577a66..3bedd149e7ca6cebe16090886b2e49c888fb4125 100644 (file)
@@ -2644,7 +2644,7 @@ s_include (arg)
       strcpy (path, include_dirs[i]);
       strcat (path, "/");
       strcat (path, filename);
-      if (0 != (try = fopen (path, FOPEN_RT)))
+      if (0 != (try = fopen (path, "r")))
        {
          fclose (try);
          goto gotit;