bitop.h include guard

This commit is contained in:
Jonathan Campbell 2025-01-22 00:15:18 -08:00
parent 70cc543dc7
commit 7707d7b8a9

View File

@ -1,4 +1,7 @@
#ifndef DOSBOX_BITOP_H
#define DOSBOX_BITOP_H
#include <limits.h>
namespace bitop {
@ -392,3 +395,5 @@ template <typename T=unsigned int> static inline bitseqlengthandpos_ret_t bitseq
void self_test(void);
}
#endif //DOSBOX_BITOP_H