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

Commit 312a9e66 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 42b5e6d4: am 51bfedd8: Merge "Add missing includes."

* commit '42b5e6d4':
  Add missing includes.
parents b3ca72ce 42b5e6d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>

#include "binder.h"
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>