summaryrefslogtreecommitdiff
path: root/i/serialplot/serialplot_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'i/serialplot/serialplot_io.h')
-rw-r--r--i/serialplot/serialplot_io.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/i/serialplot/serialplot_io.h b/i/serialplot/serialplot_io.h
index f7780c6..1dd9a31 100644
--- a/i/serialplot/serialplot_io.h
+++ b/i/serialplot/serialplot_io.h
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <dirent.h>
#define BAUDRATE B115200
@@ -17,5 +18,5 @@ extern struct termios oldconf;
int init_serial (char *cvalue);
void close_serial(int fd);
int write_serial(int fd,char *command);
-
+void find_name(char *filename);
#endif