libtirpc: fix missing include after glibc-2.26

+4
+4
pkgs/development/libraries/ti-rpc/default.nix
··· 8 8 sha256 = "1xchbxy0xql7yl7z4n1icj8r7dmly46i22fvm00vdjq64zlmqg3j"; 9 9 }; 10 10 11 + postPatch = '' 12 + sed '1i#include <stdint.h>' -i src/xdr_sizeof.c 13 + ''; 14 + 11 15 nativeBuildInputs = [ autoreconfHook ]; 12 16 propagatedBuildInputs = [ libkrb5 ]; 13 17