--- bits.c.orig +++ bits.c @@ -1,7 +1,10 @@ #include +#include #include #include +#include #include +#include #include #include #include "struct.h" @@ -16,7 +19,7 @@ #define NFDSHIFT 5 /* Shift based on above */ #ifndef howmany #define howmany(x, y) (((x)+((y)-1))/(y)) -#endif howmany +#endif #define NBBY 8 /* number of bits in a byte */