Skip to content

Commit cd0987f

Browse files
webmeisterpfalcon
authored andcommitted
py/frozenmod.h: Add missing header guards
1 parent f8ac289 commit cd0987f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/frozenmod.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
* THE SOFTWARE.
2525
*/
26+
#ifndef __MICROPY_INCLUDED_PY_FROZENMOD_H__
27+
#define __MICROPY_INCLUDED_PY_FROZENMOD_H__
2628

2729
#include "py/lexer.h"
2830

@@ -35,3 +37,5 @@ enum {
3537
int mp_find_frozen_module(const char *str, size_t len, void **data);
3638
const char *mp_find_frozen_str(const char *str, size_t *len);
3739
mp_import_stat_t mp_frozen_stat(const char *str);
40+
41+
#endif // __MICROPY_INCLUDED_PY_FROZENMOD_H__

0 commit comments

Comments
 (0)