X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fbt_matchfinder.h;fp=include%2Fwimlib%2Fbt_matchfinder.h;h=43654c5b0acf83f45bca7358171f18fd23a506af;hb=226a6dfe2909e054568298196785c944a1b5c4fa;hp=75858a33ebe6157f592bce6274fed700362332e5;hpb=c6dd8b5d4f3b9711be41008618253701055e5921;p=wimlib diff --git a/include/wimlib/bt_matchfinder.h b/include/wimlib/bt_matchfinder.h index 75858a33..43654c5b 100644 --- a/include/wimlib/bt_matchfinder.h +++ b/include/wimlib/bt_matchfinder.h @@ -27,7 +27,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#pragma once +#ifndef _BT_MATCHFINDER_H +#define _BT_MATCHFINDER_H #include "wimlib/lz_extend.h" #include "wimlib/lz_hash3.h" @@ -226,3 +227,5 @@ bt_matchfinder_skip_position(struct bt_matchfinder * const restrict mf, } } } + +#endif /* _BT_MATCHFINDER_H */