Add missing includes

Else compilation fails
This commit is contained in:
mamborambo 2018-11-22 00:00:00 +00:00
parent 03be0764a1
commit 0b586212b1
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ This program is free software: you can redistribute it and/or modify
#include <math.h>
#include <time.h>
#include <sched.h>
#include <stdlib.h>
amdmasync::amdmasync(uint64_t TuneFrequency,uint32_t SR,int Channel,uint32_t FifoSize):bufferdma(Channel,FifoSize,3,2)

View file

@ -17,6 +17,7 @@ This program is free software: you can redistribute it and/or modify
#include "dsp.h"
#include <stdlib.h>
dsp::dsp()
{