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:
Andrew Boie 2012-07-10 15:05:45 -07:00
parent ec7d9dc713
commit 41dfa9b65d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#define __LIBS_DISKCONFIG_H
#include <stdint.h>
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {