diff options
author | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-31 15:31:34 +0000 |
---|---|---|
committer | mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-31 15:31:34 +0000 |
commit | 8081f51e5db5f172b472e84fc2d56311f4b393bf (patch) | |
tree | b63e1d095fd9eeb660c594aa25ebb533f5b1cd3a /gcc/ubsan.c | |
parent | b73e2dd61a858693675b524d818062e40d9dae76 (diff) | |
download | gcc-8081f51e5db5f172b472e84fc2d56311f4b393bf.tar.gz |
2013-08-31 Marek Polacek <polacek@redhat.com>
* ubsan.c: Include tm_p.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ubsan.c')
-rw-r--r-- | gcc/ubsan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ubsan.c b/gcc/ubsan.c index e4bdd2a3208..b8d40d52128 100644 --- a/gcc/ubsan.c +++ b/gcc/ubsan.c @@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "pointer-set.h" #include "output.h" +#include "tm_p.h" #include "toplev.h" #include "ubsan.h" #include "c-family/c-common.h" |