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

Commit cef3508b authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Add missing includes."

parents ea56594c af9ba4dc
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>