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

Commit 36b1399d authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "diskconfig: Add missing include for loff_t"

parents a11f4bcf 41dfa9b6
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" {