httping: pull upstream fix for darwin
Without the change build fails 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/NixOS/nixpkgs/issues/202946