diff options
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 47d2f4b..801689c 100755 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include "system.h" #include "rtl.h" |