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

Commit 750410b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Include what you use: <fcntl.h>" am: af9652b1 am: 7358ff40 am:...

Merge "Include what you use: <fcntl.h>" am: af9652b1 am: 7358ff40 am: 0a44a838 am: ffffc7b4 am: 1af0c97e

Change-Id: I43ee92705421fdad473e312a245ed5ff8c42dfcc
parents 77b782da 1af0c97e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,11 +17,12 @@
#include "FileBlobCache.h"

#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <log/log.h>
#include <sys/mman.h>
#include <sys/stat.h>

#include <log/log.h>

// Cache file header
static const char* cacheFileMagic = "EGL$";