eserte / perl-tk

the perl module Tk
https://metacpan.org/release/Tk
Other
44 stars 31 forks source link

Fix some implicit function declarations #79

Open chrstphrchvz opened 3 years ago

chrstphrchvz commented 3 years ago

Hstrdup.c: missing stdlib.h for exit() Hstrtoul.c: missing string.h for strcmp()

These are needed to avoid silent errors on Xcode 12.