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:
parent
095052c601
commit
d3d18505d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user