summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2012-07-10 15:05:45 -0700
committerAndrew Boie <andrew.p.boie@intel.com>2012-07-23 16:11:59 -0700
commit41dfa9b65d5c91c3ee58965c47d62043f43cad27 (patch)
tree7f4505fc03b8f1066e0316735c29b81640c440ac
parentec7d9dc713322bd41b1e348c0ea3b1304a13dba9 (diff)
downloadsystem_core-41dfa9b65d5c91c3ee58965c47d62043f43cad27.zip
system_core-41dfa9b65d5c91c3ee58965c47d62043f43cad27.tar.gz
system_core-41dfa9b65d5c91c3ee58965c47d62043f43cad27.tar.bz2
diskconfig: Add missing include for loff_t
Change-Id: I76375bfaf3dbab0724fe0be05f7c1172e49287f4 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
-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" {