need to include stdint for uintptr_t

This commit is contained in:
Malavan Sotheeswaran 2022-03-31 19:47:13 -07:00 committed by Vivek Saini
parent 7d3c604280
commit b2a1b8cd0c

View File

@ -41,6 +41,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
static inline char *med3 (char *, char *, char *,
int (*)(const void *, const void *));