]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mmix/mmix.c: Include basic-block.h.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jul 2010 16:33:10 +0000 (16:33 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jul 2010 16:33:10 +0000 (16:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162718 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mmix/mmix.c

index faa152206b5466d6f86cd7014ecbc39c789bbe5d..a95ea89aa1aedbae161aa28cb42cf42d716fe986 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-30  Anatoly Sokolov  <aesok@post.ru>
+
+       * config/mmix/mmix.c: Include basic-block.h.
+
 2010-07-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        PR c++/45112
index 109a46a51fc9987631a1401a8d383a0f18e8cc40..24fa24d9d0381fd75accfaeedf61823cc8d2192b 100644 (file)
@@ -30,6 +30,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "hashtab.h"
 #include "insn-config.h"
 #include "output.h"
+#include "basic-block.h"
 #include "flags.h"
 #include "tree.h"
 #include "function.h"