X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ed77aabe00d1453217b16f2d3cc4711d0981fb93..7f975d7e1794cc35607f41dd0e718bf2f4e99314:/client/ui.h

diff --git a/client/ui.h b/client/ui.h
index a45799d5..736e7641 100644
--- a/client/ui.h
+++ b/client/ui.h
@@ -11,6 +11,10 @@
 #ifndef UI_H__
 #define UI_H__
 
+#include <math.h>
+#include <complex.h>
+#include "util.h"
+
 void ShowGui(void);
 void HideGraphWindow(void);
 void ShowGraphWindow(void);
@@ -23,4 +27,5 @@ extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault;
 extern int offline;
 extern int flushAfterWrite;   //buzzy
 
+void iceFsk3(int * data, const size_t len);
 #endif