driver: fix compile after include change.

This commit is contained in:
[CST] Bas
2012-03-04 15:50:19 +08:00
parent 42a47ac8dc
commit bec26850a3
15 changed files with 35 additions and 24 deletions

View File

@@ -19,13 +19,17 @@
#include <global.h>
#include <neutrino.h>
#if HAVE_COOL_HARDWARE
#include <driver/vfd.h>
#endif
#if HAVE_TRIPLEDRAGON
#include <driver/lcdd.h>
#endif
#include "int_fft.c"
typedef signed short gint16;
typedef int gint;
typedef float gfloat;