Fixed dependencies in Makefile
[h316.git] / pc-tools / src-filters / load.c
index c4516210b38b043b7ccf7d0fbf36c0c1a218d1e1..4beb6a5b7c21180171809acc666d807e09408c59 100644 (file)
@@ -1,3 +1,5 @@
+/* Simple program to load paper tape over serial port. Does that twice and compares. */
+
 #include <stdio.h>
 #include <termios.h>
 #include <sys/types.h>
@@ -5,6 +7,7 @@
 #include <fcntl.h>
 #include <signal.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 struct termios orgstate;
 struct termios workstate;