Add include for ptrdiff_t

This commit is contained in:
Palana
2014-06-15 18:22:43 +02:00
parent 7c8ef6f6ef
commit 56b3685940

View File

@@ -68,6 +68,7 @@ typedef int64_t off64_t;
#else
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <sys/types.h>