Eliminate the stdint.h include. In retrospect, it seems that the
source of the aforementioned build breakage was then errant include of this header when stddef.h was intended. Nothing in this file uses any of the symbols exported from stdint.h, only symbols from stddef.h.
Loading
Please register or sign in to comment