Skip to content

Commit 8a77165

Browse files
committed
import ctypes.util
1 parent ce77abd commit 8a77165

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lighter/libc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import ctypes
2+
import ctypes.util
23

34
def get_libc() -> ctypes.CDLL:
45
libc_name = ctypes.util.find_library("c")

0 commit comments

Comments
 (0)