Skip to content

Commit ee2c28a

Browse files
committed
Add string.h to template.c
1 parent b915b43 commit ee2c28a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/jit/template.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "pycore_tuple.h"
3939
#include "pycore_unicodeobject.h"
4040

41+
#include <string.h>
42+
4143
#include "ceval_macros.h"
4244

4345
#include "jit.h"

0 commit comments

Comments
 (0)