diff options
Diffstat (limited to 'gcc/sbitmap.c')
-rw-r--r-- | gcc/sbitmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c index f429f70eccf..205b1827284 100644 --- a/gcc/sbitmap.c +++ b/gcc/sbitmap.c @@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see #include "hard-reg-set.h" #include "obstack.h" #include "basic-block.h" +#include "sbitmap.h" #if GCC_VERSION >= 3400 #if HOST_BITS_PER_WIDEST_FAST_INT == HOST_BITS_PER_LONG |