Use unsigned int instead of uint

uint is not a standard type and is not provided by musl libc.  Use
unsigned int instead.

Test: m USE_HOST_MUSL=true libufdt
Change-Id: I29e560824aba3b4b53ee4f5c57edaf47cccd3c12
1 file changed