siege: fixup u_int32_t here as well

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