Guard bitf.h include

parent 02420919
......@@ -20,6 +20,9 @@
* electronic and paper mail.
*/
#ifndef BITF_H_INCLUDED
#define BITF_H_INCLUDED
#include <stdint.h>
#include <unistd.h>
#include <string.h>
......@@ -383,3 +386,4 @@ bitf_ffs_from_cached(const struct bitf *bitf, size_t *cache, size_t start)
*cache = b;
return (b);
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment