Add missing <stdint.h> include

Fixes compilation on non-glibc platforms, e.g., FreeBSD and Alpine Linux.
This commit is contained in:
John Marshall 2017-04-25 13:54:31 +01:00
parent af87825525
commit beff2e27f8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <pthread.h>
#include <stdint.h>
#include <stdlib.h>
#include <limits.h>