include sys/types.h for off_t

Fixes
error: unknown type name 'off_t'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2019-12-07 10:31:04 -08:00
parent 095052c601
commit d3d18505d0

View File

@ -34,6 +34,7 @@
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
/*
* The following macro is used to remove const cast-away warnings