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

Commit e78292f2 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am cef3508b: Merge "Add missing includes."

* commit 'cef3508b':
  Add missing includes.
parents c5482138 cef3508b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
// TODO: replace this with a shell/python script.

/* a simple test program, connects to ADB server, and opens a track-devices session */
#include <errno.h>
#include <memory.h>
#include <netdb.h>
#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <memory.h>
#include <sys/socket.h>
#include <unistd.h>

#include <base/file.h>

+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <termios.h>
#include <unistd.h>

#include <selinux/selinux.h>