Closed trofi closed 2 years ago
Without the change bud fails on darwin as:
clang -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2 -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DNC -DFW -D_DEBUG -ggdb -c -o nc.o nc.c In file included from nc.c:22: ./utils.h:19:15: error: unknown type name 'useconds_t' void myusleep(useconds_t v); ^ make: *** [<builtin>: nc.o] Error 1
Closes: https://github.com/folkertvanheusden/HTTPing/issues/4
Thanks!
Without the change bud fails on darwin as:
Closes: https://github.com/folkertvanheusden/HTTPing/issues/4