diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-21 20:15:38 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-21 20:15:38 +0000 |
commit | 349621f075f6bdfb362a743f4f4d47e0bb53c7c0 (patch) | |
tree | 60a502b3646568411cd11bb0bfb90478e6ddf309 /gcc/bitmap.h | |
parent | 3f2bf473a03c1e247fb9b0d41223170187c6d13b (diff) | |
download | gcc-349621f075f6bdfb362a743f4f4d47e0bb53c7c0.tar.gz |
2008-04-24 Kenneth Zadeck <zadeck@naturalbridge.com>
* sbitmap.c (sbitmap_range_empty_p): New function.
* sbitmap.h (sbitmap_range_empty_p): New function.
* bitmap.h: Now includes obstack.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r-- | gcc/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 0b6ed731922..2a3b0b4baf8 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_BITMAP_H #include "hashtab.h" #include "statistics.h" +#include "obstack.h" /* Fundamental storage type for bitmap. */ |