summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-20 09:18:06 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-20 09:18:06 -0700
commit36b1399d8cee09d4ffde3bf958322ab9556b8ebe (patch)
treef864d8b0508a7e23889921982b47fae3677f80f8 /include
parenta11f4bcfd4d40673bc97d81eb80e201359ade1e6 (diff)
parent41dfa9b65d5c91c3ee58965c47d62043f43cad27 (diff)
downloadsystem_core-36b1399d8cee09d4ffde3bf958322ab9556b8ebe.zip
system_core-36b1399d8cee09d4ffde3bf958322ab9556b8ebe.tar.gz
system_core-36b1399d8cee09d4ffde3bf958322ab9556b8ebe.tar.bz2
Merge "diskconfig: Add missing include for loff_t"
Diffstat (limited to 'include')
-rw-r--r--include/diskconfig/diskconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diskconfig/diskconfig.h b/include/diskconfig/diskconfig.h
index d4f468c..d45b99e 100644
--- a/include/diskconfig/diskconfig.h
+++ b/include/diskconfig/diskconfig.h
@@ -19,6 +19,7 @@
#define __LIBS_DISKCONFIG_H
#include <stdint.h>
+#include <sys/types.h>
#ifdef __cplusplus
extern "C" {