Forgot linux header file
This commit is contained in:
@@ -15,12 +15,16 @@
|
|||||||
//along with this program; if not, write to the Free Software
|
//along with this program; if not, write to the Free Software
|
||||||
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
|
#ifdef __LINUX__
|
||||||
|
#include "../gblhdr.h"
|
||||||
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define DebugDSP1
|
//#define DebugDSP1
|
||||||
|
|
||||||
// uncomment some lines to test
|
// uncomment some lines to test
|
||||||
|
|||||||
Reference in New Issue
Block a user