diff options
Diffstat (limited to 'src/bitvec.h')
-rw-r--r-- | src/bitvec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitvec.h b/src/bitvec.h index fd6f0ccf8..544832d95 100644 --- a/src/bitvec.h +++ b/src/bitvec.h @@ -7,7 +7,7 @@ #ifndef INCLUDE_bitvec_h__ #define INCLUDE_bitvec_h__ -#include "util.h" +#include "common.h" /* * This is a silly little fixed length bit vector type that will store |