need to include stdint for uintptr_t

This commit is contained in:
Malavan Sotheeswaran 2022-03-31 19:47:13 -07:00 committed by John Sully
parent 2c881b390a
commit 8f6c6bb6a4

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 *));