Add missing includes
Else compilation fails
This commit is contained in:
parent
03be0764a1
commit
0b586212b1
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -17,6 +17,7 @@ This program is free software: you can redistribute it and/or modify
|
|||
|
||||
|
||||
#include "dsp.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
dsp::dsp()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue