Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41dfa9b6 authored by Andrew Boie's avatar Andrew Boie
Browse files

diskconfig: Add missing include for loff_t



Change-Id: I76375bfaf3dbab0724fe0be05f7c1172e49287f4
Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent ec7d9dc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#define __LIBS_DISKCONFIG_H

#include <stdint.h>
#include <sys/types.h>

#ifdef __cplusplus
extern "C" {