siege: fixup u_int32_t here as well

+4
+4
pkgs/tools/networking/siege/default.nix
··· 12 12 13 13 buildInputs = [ openssl zlib ]; 14 14 15 + prePatch = '' 16 + sed -i -e 's/u_int32_t/uint32_t/g' -e '1i#include <stdint.h>' src/hash.c 17 + ''; 18 + 15 19 configureFlags = [ 16 20 "--with-ssl=${openssl.dev}" 17 21 "--with-zlib=${zlib.dev}"