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

Commit 80da83ac authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am cd82a6fe: am 36b1399d: Merge "diskconfig: Add missing include for loff_t"

* commit 'cd82a6fe':
  diskconfig: Add missing include for loff_t
parents ab163a9a cd82a6fe
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" {