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

Commit af9ba4dc authored by Dan Albert's avatar Dan Albert
Browse files

Add missing includes.

Leaky header cleanup in libc++ means we don't get unistd.h
transitively any more.

Change-Id: I596c24eff418302b19afab6ad3caa55f52241e7c
parent 5a1f9a3e
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>