mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
driver: fix compile after include change.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user