Skip to content

Commit 0e2abfe

Browse files
committed
include limits.h
1 parent 8baa5d7 commit 0e2abfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/littlefs/lfs.pxd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ from libc.stdint cimport uint8_t, int32_t, uint32_t
1111
from libc.stdlib cimport malloc, free
1212
from libc.string cimport memcpy
1313

14+
cdef extern from "limits.h":
15+
pass
16+
1417

1518
cdef extern from "lfs.h":
1619

0 commit comments

Comments
 (0)