]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
rozkuk: include unistd.h
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 15 Apr 2010 08:47:41 +0000 (10:47 +0200)
committerFilip Jares <filipjares@post.cz>
Thu, 15 Apr 2010 10:02:34 +0000 (12:02 +0200)
Without this, Filip cannot compile it. He probably has a different
version of system headers than the rest of us.

src/camera/rozkuk/clr2float_conv.cxx
src/camera/rozkuk/maskgen.cxx

index 70872df9ab0bcc1fdf305ddbb7bb7a33b8dbd2c8..20631488cb7710f16eb77452c032c382cdf2a2b7 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <opencv/highgui.h>
 #include "clr2float.h"
+#include <unistd.h>
 
 /******************************************************************************/
 
index a654c96beec5de6a2048b0eee7900a24f706841f..348b238fbe5753d24359a84f96be8b2098c721c6 100644 (file)
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <opencv/cv.h>
 #include <opencv/highgui.h>
+#include <unistd.h>
 
 /******************************************************************************/