Merge "diskconfig: Add missing include for loff_t"

This commit is contained in:
Jean-Baptiste Queru 2012-08-20 09:18:06 -07:00 committed by android code review
commit 36b1399d8c

View file

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