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

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

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

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