]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Fix compilation error on recent Linux distro
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Sep 2013 23:07:39 +0000 (01:07 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Sep 2013 23:07:39 +0000 (01:07 +0200)
src/hokuyo/lib/serial_ctrl_lin.c

index 11d818d86420ad10e38b4ceb2184a429159f6c11..d698bbc531f31f8ff1aac77cdc1267fac7674d8a 100644 (file)
@@ -17,6 +17,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <string.h>
+#include <sys/select.h>
 
 //#include <ctype.h>