]> sourceware.org Git - newlib-cygwin.git/commit
Fix nano-malloc build
authorDimitar Dimitrov <dimitar@dinux.eu>
Wed, 4 May 2022 16:31:43 +0000 (19:31 +0300)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 4 May 2022 16:49:55 +0000 (12:49 -0400)
commit90a4ab5eb16a7b3c5451f07d6a4972cb4cbd3dd3
treec76bf5a509084e176fe800bc31f10fafcde19463
parentad51d0006a0aaf17aa61ec34221add09bfe01f0c
Fix nano-malloc build

The nano malloc build broke with:
  Commit 357d7fcc6
  In <stdio.h> provide only necessary types

The above commit exposed a latent missing-header bug:
  newlib/libc/stdlib/nano-mallocr.c:220:33: error: ‘uintptr_t’ undeclared (first use in this function)

Fix by including <stdint.h>.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
newlib/libc/stdlib/nano-mallocr.c
This page took 0.029596 seconds and 5 git commands to generate.