diskconfig: Add missing include for loff_t
Change-Id: I76375bfaf3dbab0724fe0be05f7c1172e49287f4 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
ec7d9dc713
commit
41dfa9b65d
|
@ -19,6 +19,7 @@
|
|||
#define __LIBS_DISKCONFIG_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue