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

Commit fe4ab105 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing includes."

parents 2a27078d cb2e7fb2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,10 +19,12 @@

#include <assert.h>
#include <cctype>
#include <errno.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#include <aaudio/AAudio.h>
+4 −1
Original line number Diff line number Diff line
@@ -17,8 +17,11 @@
#ifndef AAUDIO_EXAMPLE_UTILS_H
#define AAUDIO_EXAMPLE_UTILS_H

#include <unistd.h>
#include <errno.h>
#include <sched.h>
#include <string.h>
#include <unistd.h>

#include <aaudio/AAudio.h>

#define NANOS_PER_MICROSECOND ((int64_t)1000)
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#ifndef UTILITY_AUDIO_CLOCK_H
#define UTILITY_AUDIO_CLOCK_H

#include <errno.h>
#include <stdint.h>
#include <time.h>

+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
//#define LOG_NDEBUG 0
#include <log/log.h>

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

#include <aaudio/AAudio.h>
#include "SharedMemoryProxy.h"