Skip to content

Commit af7257c

Browse files
msotheeswaran-scJohnSully
authored andcommitted
need to include stdint for uintptr_t
1 parent cf1e8f8 commit af7257c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pqsort.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
#include <errno.h>
4343
#include <stdlib.h>
44+
#include <stdint.h>
4445

4546
static inline char *med3 (char *, char *, char *,
4647
int (*)(const void *, const void *));

0 commit comments

Comments
 (0)